Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SoundNotify Class / SoundNotify Constructor / SoundNotify Constructor(SystemSoundType)
One of the SystemSoundType values.


In This Topic
    SoundNotify Constructor(SystemSoundType)
    In This Topic
    Initializes a new instance of the SoundNotify class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal soundType As SystemSoundType _
    )
    'Usage
     
    
    Dim soundType As SystemSoundType
     
    Dim instance As New SoundNotify(soundType)
    public SoundNotify( 
       SystemSoundType soundType
    )

    Parameters

    soundType
    One of the SystemSoundType values.
    See Also