|
|
|
SftButton.ForeColorGrayed Property |
Defines the control's text color when disabled.
Syntax
VB.NET |
|||
VB |
Clr = object.ForeColorGrayed As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ForeColorGrayed;
|
||
C |
HRESULT object->get_ForeColorGrayed(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.ForeColorGrayed = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ForeColorGrayed = Clr;
|
||
C |
HRESULT object->put_ForeColorGrayed(OLE_COLOR Clr); |
||
Delphi |
object
A SftButton object.
Clr
Defines the control's text color when disabled. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".
Comments
The ForeColorGrayed property defines the control's text color when disabled.
If Windows themes are used, the ForeColorGrayed property has no effect, unless UseThemes is set to 2 - Yes (Exclude Text).
The defined color is used to display the text defined using the Text property and the drop down arrow. If the control is enabled, the foreground colors defined using the ForeColor and ForeColorDownArrow properties are used instead.