Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SystemSoundType Enumeration


SystemSoundType Enumeration
Specifies a system sound type which relates to a System.Media.SystemSound.
Syntax
'Declaration
 
Public Enum SystemSoundType 
   Inherits System.Enum
 
'Usage
 
Dim instance As SystemSoundType
Members
MemberDescription
AsteriskSpecifies the System.Media.SystemSounds.Asterisk sound.
BeepSpecifies the System.Media.SystemSounds.Beep sound.
ExclamationSpecifies the System.Media.SystemSounds.Exclamation sound.
HandSpecifies the System.Media.SystemSounds.Hand sound.
QuestionSpecifies the System.Media.SystemSounds.Question sound.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.SystemSoundType

See Also