EasyLanguage Object Reference
SoundConfiguration Class
Defines the name of an alert notification sound file for and whether to play it once or continuously. Referred to by the Notification property of the AlertConfiguration class.
Namespace: elsystem.drawingobjects
|
Name |
Type |
Description |
|
PlayContinuosly |
bool |
True to play a sound continuously, otherwise False to play once. |
|
SoundName |
string |
Gets or sets the name of the sound file to play. |
|
Name |
Description |
|
Create() |
Initializes a new instance of the SoundConfiguration class. |