Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SoundMouseOut property 
 
Type
[Visual Basic] 
Public Overridable Property SoundMouseOut As String 
 
[C#] 
public virtual string SoundMouseOut {get; set;} 
 
[C++] 
public: __property virtual String* get_SoundMouseOut(); 
public: __property virtual void set_SoundMouseOut(String*);
 
 
Remarks
The filename of the sound file played when the mouse leaves the button region. 
The supported format is WAV. 
In order to change this setting at Design-time take a look to the How to play sounds with the control section.
 
 
Notes
Setting sounds at design time will not require to redistribute the sound files because their binary will be stored in the final application code in a compressed format (the redistribution is required only when there is the need of changing and restoring the sound at runtime).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index