Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

TreeLineColor Property, SftTreeItems Object

Defines the color used to draw connecting tree lines when the tree control is enabled.

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 SftTreeItems object.

Clr

Defines the color used to draw connecting tree lines when the tree control is enabled. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The TreeLineColor property defines the color used to draw connecting tree lines when the tree control is enabled.

Based on the Items.TreeLineStyle property, connecting tree lines are displayed using the specified color Clr.

See Also SftTreeItems Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.