Copyright © 2003-2024 MultiMedia Soft

SoundUp property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Overridable Property SoundUp As String

 

[C#]

public virtual string SoundUp {get; set;}

 

[C++]

public: __property virtual String* get_SoundUp();

public: __property virtual void set_SoundUp(String*);

 

 

Remarks

The filename or HTTP URL of the sound file played when the button is released.

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).