Class SystemSound
Represents a system sound type.
public class SystemSound
- Inheritance
-
SystemSound
Constructors
- SystemSound()
Initializes a new instance of the SystemSound class.
- SystemSound(SystemSoundType)
Initializes a new instance of the SystemSound class.
Properties
- IsSilent
Gets or sets whether sound is actually played. Default is
false
(sound is played).
- SoundType
Gets type of the system sound.
Methods
- Play()
Plays the system sound type.