|
|
|
|
|
SftOptionsHeader.GrayedColor Property |
Defines the foreground color used for the header when disabled.
Syntax
|
VB.NET |
Clr = object.GrayedColor As UInt32 |
||
|
VB |
Clr = object.GrayedColor As OLE_COLOR |
||
|
C#.NET |
uint Clr = object.GrayedColor; |
||
|
VC++ |
OLE_COLOR Clr = object->GrayedColor;
|
||
|
C |
HRESULT object->get_GrayedColor(OLE_COLOR* Clr); |
||
|
Delphi |
Clr := object.GrayedColor : Cardinal; |
||
|
VB.NET |
object.GrayedColor = Clr As UInt32 |
||
|
VB |
object.GrayedColor = Clr As OLE_COLOR |
||
|
C#.NET |
uint object.GrayedColor = Clr; |
||
|
VC++ |
OLE_COLOR object->GrayedColor = Clr;
|
||
|
C |
HRESULT object->put_GrayedColor(OLE_COLOR Clr); |
||
|
Delphi |
object.GrayedColor := Clr : Cardinal; |
||
object
A SftOptionsHeader object.
Clr
Defines the foreground color used for the header when disabled.
Comments
The GrayedColor property defines the foreground color used for the header when disabled.
This property has no effect if Windows themes are used.
See Also SftOptionsHeader Object | Object Hierarchy