Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.TreeLineColor Property

Defines the color used for tree lines connecting related items.

Syntax

Get

VB.NETClr = object.TreeLineColor As UInteger
VBClr = object.TreeLineColor As OLE_COLOR
C#.NETuint Clr = object.TreeLineColor;
VC++OLE_COLOR Clr = object->TreeLineColor;
OLE_COLOR Clr = object->GetTreeLineColor();
CHRESULT object->get_TreeLineColor(OLE_COLOR* Clr);

Put

VB.NETobject.TreeLineColor = Clr As UInteger
VBobject.TreeLineColor = Clr As OLE_COLOR
C#.NETuint object.TreeLineColor = Clr;
VC++OLE_COLOR object->TreeLineColor = Clr;
void object->PutTreeLineColor(OLE_COLOR Clr);
CHRESULT object->put_TreeLineColor(OLE_COLOR Clr);

object

A SftBoxItems object.

Clr

Defines the color used for tree lines connecting related items. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The TreeLineColor property defines the color used for tree lines connecting related items.

Tree lines are enabled using Items.TreeLineStyle.

See Also SftBoxItems Object | Object Hierarchy


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