SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
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
Get
VB.NET | Count = object.SplitColumn As Short |
VB | Count = object.SplitColumn As Integer |
C#.NET | short Count = object.SplitColumn; |
VC++ | short Count = object->SplitColumn; short Count = object->GetSplitColumn(); |
C | HRESULT object->get_SplitColumn(short* Count); |
Put
VB.NET | object.SplitColumn = Count As Short |
VB | object.SplitColumn = Count As Integer |
C#.NET | short object.SplitColumn = Count; |
VC++ | short object->SplitColumn = Count; void object->PutSplitColumn(short Count); |
C | HRESULT object->put_SplitColumn(short Count); |
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.
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