|
|
|
SftMaskCaption.ForeColorGrayed Property |
Defines the caption'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 SftMaskCaption object.
Clr
Defines the caption's text color when disabled.
Comments
The ForeColorGrayed property defines the caption's text color when disabled (see Enabled property).