Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SoundDone event 
 
Remarks 
Occurs when a synchronous sound ends. 
See the SetSoundSync method for more details. 
 
Syntax 
 
[Visual Basic] 
Public Sub SoundDone(nSound as Ctl3d.Sounds
 
[C#] 
public void SoundDone(Ctl3d.Sounds nSound); 
 
[C++] 
public: void SoundDone(Ctl3d.Sounds nSound); 
 
 
Parameter
Description
 
 
iSound
The numeric value of the sound whose download from the Internet has been done. Supported values are the following: 
Enumerated value
Value
Meaning
Sounds.MouseDown
0
The sound that occurs when the button is pressed.
Sounds.MouseUp
1
The sound that occurs when the button is released.
Sounds.MouseOver
2
The sound that occurs when the mouse enters the button area
Sounds.MouseOut
3
The sound that occurs when the mouse leaves the button area
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index