|
|
|
SftMask.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 SftMask object.
Clr
Defines the control's text color when disabled.
Comments
The ForeColorGrayed property defines the control's text color when disabled (see Enabled property).
The ForeColor property defines the foreground color when the control is enabled. The captions foreground color is defined using the Caption.ForeColorGrayed property.