Table of Contents

Class SystemSound

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.

Events

PlaySound

Occurs when Play() method is called.