Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.TreeLineGrayedColor Property

Defines the color used for tree lines of disabled items.

Syntax

Get

VB.NETClr = object.TreeLineGrayedColor As UInteger
VBClr = object.TreeLineGrayedColor As OLE_COLOR
C#.NETuint Clr = object.TreeLineGrayedColor;
VC++OLE_COLOR Clr = object->TreeLineGrayedColor;
OLE_COLOR Clr = object->GetTreeLineGrayedColor();
CHRESULT object->get_TreeLineGrayedColor(OLE_COLOR* Clr);

Put

VB.NETobject.TreeLineGrayedColor = Clr As UInteger
VBobject.TreeLineGrayedColor = Clr As OLE_COLOR
C#.NETuint object.TreeLineGrayedColor = Clr;
VC++OLE_COLOR object->TreeLineGrayedColor = Clr;
void object->PutTreeLineGrayedColor(OLE_COLOR Clr);
CHRESULT object->put_TreeLineGrayedColor(OLE_COLOR Clr);

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.

See Also SftBoxItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.