|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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.
|