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

[ Expand All ]
Properties
  Name Type Description
Public property PlayContinuosly bool True to play a sound continuously, otherwise False to play once.
Public property SoundName string Gets or sets the name of the sound file to play.
Methods
  Name Description
Public property Create() Initializes a new instance of the SoundConfiguration class.
Inheritance Hierarchy

elsystem.Object

  elsystem.DrawingObjects.SoundConfiguration