Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

TreeLineGrayedColor Property, SftTreeItems Object

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

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

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