Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Column Property, SftTreeSplitter Object

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

Syntax

Get

VB.NETCount = object.Column As Short
VBCount = object.Column As Integer
C#.NETshort Count = object.Column;
VC++short Count = object->Column;
short Count = object->GetColumn();
CHRESULT object->get_Column(short* Count);

Put

VB.NETobject.Column = Count As Short
VBobject.Column = Count As Integer
C#.NETshort object.Column = Count;
VC++short object->Column = Count;
void object->PutColumn(short Count);
CHRESULT object->put_Column(short Count);

object

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

The Column 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 SftTreeSplitter Object | Object Hierarchy


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