|
|
|
SftBoxRowHeaders.GrayedColor Property |
Defines the foreground color for row headers of disabled items.
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 SftBoxRowHeaders object.
Clr
Defines the foreground color for row headers of disabled items. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The GrayedColor property defines the foreground color for row headers of disabled items.
Items can be disabled using the Item.Enabled property.
This property has no effect if Windows themes are used.