[]
Initializes a new instance of the SoundNotify class.
public SoundNotify()
Public Sub New()
Initializes a new instance of the SoundNotify class.
public SoundNotify(SystemSoundType soundType)
Public Sub New(soundType As SystemSoundType)
Type | Name | Description |
---|---|---|
SystemSoundType | soundType | One of the SystemSoundType values. |
Initializes a new instance of this class.
public SoundNotify(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |