|
|
|
|
|
SftBoxItems.TreeLineGrayedColor Property |
Defines the color used for tree lines of disabled items.
Syntax
|
VB.NET |
|||
|
VB |
Clr = object.TreeLineGrayedColor As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR Clr = object->TreeLineGrayedColor;
|
||
|
C |
HRESULT object->get_TreeLineGrayedColor(OLE_COLOR* Clr); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
object.TreeLineGrayedColor = Clr As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR object->TreeLineGrayedColor = Clr;
|
||
|
C |
HRESULT object->put_TreeLineGrayedColor(OLE_COLOR Clr); |
||
|
Delphi |
|||
object
A SftBoxItems object.
Clr
Defines the color used for tree lines of disabled items. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The TreeLineGrayedColor property defines the color used for tree lines of disabled items.
Items can be disabled using the Item.Enabled property.