Copyright © 2003-2023 MultiMedia Soft

SoundMouseOver property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Overridable Property SoundMouseOver As String

 

[C#]

public virtual string SoundMouseOver {get; set;}

 

[C++]

public: __property virtual String* get_SoundMouseOver();

public: __property virtual void set_SoundMouseOver(String*);

 

 

Remarks

The filename of the sound file played when the mouse enters 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).