|
|
|
SftDirectoryHeaders.GrayedColor Property |
Defines the foreground color used for the column headers when disabled.
Syntax
VB.NET |
|||
VB |
Clr = object.GrayedColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->GrayedColor;
|
||
C |
HRESULT object->get_GrayedColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.GrayedColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->GrayedColor = Clr;
|
||
C |
HRESULT object->put_GrayedColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectoryHeaders object.
Clr
Defines the foreground color used for the column headers when disabled.
Comments
The GrayedColor property defines the foreground color used for the column headers when disabled.
All disabled column headers use the same color.
The GrayedColor property has no effect if Windows themes are used.