Copyright © 2003-2024 MultiMedia Soft

ForeColorDisabled property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property ForeColorDisabled As Color

 

[C#]

public override Color ForeColorDisabled {get; set;}

 

[C++]

public: __property Color get_ForeColorDisabled();

public: __property void set_ForeColorDisabled(Color);

 

 

Remarks

The color used for all of the available texts when the button is in Disabled state.

See the How to add text to the control section for details about text color management.