|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Overridable Property SoundDown As String
[C#]
public virtual string SoundDown {get; set;}
[C++]
public: __property virtual String* get_SoundDown();
public: __property virtual void set_SoundDown(String*);
|
|
|
|
|
Remarks
|
The filename of the sound file played when the button is pressed.
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).
|