|
|
|
SftTree.SplitColumn Property |
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
VB.NET |
Count = object.SplitColumn As Short |
||
VB |
Count = object.SplitColumn As Integer |
||
C#.NET |
short Count = object.SplitColumn; |
||
VC++ |
short Count = object->SplitColumn;
|
||
C |
HRESULT object->get_SplitColumn(short* Count); |
||
Delphi |
Count := object.SplitColumn : Smallint; |
||
VB.NET |
object.SplitColumn = Count As Short |
||
VB |
object.SplitColumn = Count As Integer |
||
C#.NET |
short object.SplitColumn = Count; |
||
VC++ |
short object->SplitColumn = Count;
|
||
C |
HRESULT object->put_SplitColumn(short Count); |
||
Delphi |
object.SplitColumn := Count : Smallint; |
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