Remarks
Occurs when a synchronous sound finishes playing.
See the SetSoundSync method for more details.
Syntax
Visual Basic
BtnEnh1_SoundDone (ByVal iSound As enumSounds)
Visual C++
void SoundDone (long iSound);
Parameter
|
Description
|
|
|
iSound
|
The numeric value of the sound whose download from the Internet has been completed. Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
SOUND_DOWN
|
0
|
The sound that occurs when the button is pressed (see SoundDown property)
|
SOUND_UP
|
1
|
The sound that occurs when the button is released (see SoundUp property)
|
SOUND_MOUSEOVER
|
2
|
The sound that occurs when the mouse enters the button area (see SoundMouseOver property)
|
SOUND_MOUSEOUT
|
3
|
The sound that occurs when the mouse leaves the button area (see SoundMouseOut property)
|
|
|