Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

TreeLineGrayedColor Property, SftTree Object

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

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

Syntax

Get

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

object

A SftTree object.

Clr

Defines the color used to draw connecting tree lines when the tree control is disabled. 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.TreeLineGrayedColor instead

The TreeLineGrayedColor property defines the color used to draw connecting tree lines when the tree control is disabled.

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

See Also SftTree 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.