|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Overridable Property PictureDisabled As String
[C#]
public virtual string PictureDisabled {get; set;}
[C++]
public: __property virtual String* get_PictureDisabled();
public: __property virtual void set_PictureDisabled(String*);
|
|
|
|
|
Remarks
|
The filename of the picture displayed over the button surface when the button is disabled.
Supported bitmap formats are BMP, ICO, GIF, JPG, TIF and PNG.
To make the picture background transparent use the PictureTranspMode property.
To render a picture color transparent use the PictureTranspColor property.
In order to perform changes to Pictures and Animations settings at Design-time take a look to the How to display bitmaps and animations section.
|
|
|
|
|
Notes
|
Setting pictures at design time will not require to redistribute the picture files because their binary will be stored inside the final application code in a compressed format (the redistribution is required only when there is the need of changing and restoring the picture at runtime).
|