Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SplitColumn Property, SftTree Object

Defines the number of columns displayed in the left pane of a split tree control.

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Column instead

Syntax

Get

VB.NETCount = object.SplitColumn As Short
VBCount = object.SplitColumn As Integer
C#.NETshort Count = object.SplitColumn;
VC++short Count = object->SplitColumn;
short Count = object->GetSplitColumn();
CHRESULT object->get_SplitColumn(short* Count);

Put

VB.NETobject.SplitColumn = Count As Short
VBobject.SplitColumn = Count As Integer
C#.NETshort object.SplitColumn = Count;
VC++short object->SplitColumn = Count;
void object->PutSplitColumn(short Count);
CHRESULT object->put_SplitColumn(short Count);

object

A SftTree object.

Count

Defines the number of columns displayed in the left pane of a split tree control. The number specified must be between 1 and the total number of columns-1.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Column instead

The SplitColumn property defines the number of columns displayed in the left pane of a split tree control.

The total number of columns is defined using the ColumnsObj.Count property.

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.