Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

TreeLineColor Property, SftTree Object

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

Deprecated - Provided for compatibility with earlier versions only - Use Items.TreeLineColor instead

Syntax

Get

VB.NETClr = object.TreeLineColor As System.Drawing.Color
VBClr = object.TreeLineColor As OLE_COLOR
C#.NETSystem.Drawing.Color 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 System.Drawing.Color
VBobject.TreeLineColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.TreeLineColor = Clr;
VC++OLE_COLOR object->TreeLineColor = Clr;
void object->PutTreeLineColor(OLE_COLOR Clr);
CHRESULT object->put_TreeLineColor(OLE_COLOR Clr);

object

A SftTree 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

Deprecated - Provided for compatibility with earlier versions only - Use Items.TreeLineColor instead

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 SftTree Object | Object Hierarchy


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