Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

TreeLineStyle Property, SftTree Object

Defines the current tree line display style.

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

Syntax

Get

VB.NETStyle = object.TreeLineStyle As SftTreeTreeLineStyleConstants
VBStyle = object.TreeLineStyle As SftTreeTreeLineStyleConstants
C#.NETSftTreeTreeLineStyleConstants Style = object.TreeLineStyle;
VC++enum SftTreeTreeLineStyleConstants Style = object->TreeLineStyle;
enum SftTreeTreeLineStyleConstants Style = object->GetTreeLineStyle();
CHRESULT object->get_TreeLineStyle(enum SftTreeTreeLineStyleConstants* Style);

Put

VB.NETobject.TreeLineStyle = Style As SftTreeTreeLineStyleConstants
VBobject.TreeLineStyle = Style As SftTreeTreeLineStyleConstants
C#.NETSftTreeTreeLineStyleConstants object.TreeLineStyle = Style;
VC++enum SftTreeTreeLineStyleConstants object->TreeLineStyle = Style;
void object->PutTreeLineStyle(enum SftTreeTreeLineStyleConstants Style);
CHRESULT object->put_TreeLineStyle(enum SftTreeTreeLineStyleConstants Style);

object

A SftTree object.

Style

Defines the current tree line display style.

StyleValueDescription
treeSftTreeNone0Connecting tree lines are not shown.
treeSftTreeShown1Connecting tree lines are shown between all items on levels 1 and lower. Items on level 0 (i.e., top-most items) are not connected to their child items.
treeSftTreeDotted2Connecting dotted tree lines are shown between all items on levels 1 and lower. Items on level 0 (i.e., top-most items) are not connected to their child items.
treeSftTreeDotted03Connecting dotted tree lines are shown between all items.

Comments

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

The TreeLineStyle property defines the current tree line display style.

The Items.TreeLineColor defines the color used to draw connecting tree lines.

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.