|
|
|
SftTreeSplitter.Column Property |
Defines the number of columns displayed in the left pane of a split tree control.
Syntax
VB.NET |
Count = object.Column As Short |
||
VB |
Count = object.Column As Integer |
||
C#.NET |
short Count = object.Column; |
||
VC++ |
short Count = object->Column;
|
||
C |
HRESULT object->get_Column(short* Count); |
||
Delphi |
Count := object.Column : Smallint; |
||
VB.NET |
object.Column = Count As Short |
||
VB |
object.Column = Count As Integer |
||
C#.NET |
short object.Column = Count; |
||
VC++ |
short object->Column = Count;
|
||
C |
HRESULT object->put_Column(short Count); |
||
Delphi |
object.Column := Count : Smallint; |
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