Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SystemSoundType Enumeration


In This Topic
    SystemSoundType Enumeration
    In This Topic
    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
    public enum SystemSoundType : System.Enum 
    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