Class SystemSoundItem
Inheritance
System.Object
SystemSoundItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SystemSoundItem
Constructors
SystemSoundItem(SystemSound, String)
Declaration
public SystemSoundItem(SystemSound sound, string soundName)
Parameters
System.Media.SystemSound
sound
|
System.String
soundName
|
Fields
Sound
Declaration
public SystemSound Sound
Field Value
System.Media.SystemSound
|
SoundName
Declaration
public string SoundName
Field Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()