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
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
SftTree/NET 2.0 - Tree Control
Returns a SftTreeColumn object for a given column.
Get
| VB.NET | refColumnObj = object.get_Column(ByVal ColIndex As Short) As SftTreeColumn |
| VB | Set refColumnObj = object.Column(ByVal ColIndex As Integer) As SftTreeColumn |
| C#.NET | SftTreeColumn refColumnObj = object.get_Column(short ColIndex); |
| VC++ | ISftTreeColumn* refColumnObj = object->Column[short ColIndex]; ISftTreeColumn* refColumnObj = object->GetColumn(short ColIndex); |
| C | HRESULT object->get_Column(short ColIndex, ISftTreeColumn** refColumnObj); |
object
ColIndex
The zero-based column number.
refColumnObj
Returns a SftTreeColumn object for a given column.
The Column property returns a SftTreeColumn object for a given column.
The SftTreeColumn object represents one column in a SftTree/OCX control. Numerous column-specific properties and methods can be accessed using the returned object refColumnObj.
Certain default properties and behavior for all columns can be defined using the SftTreeColumns object.
See Also SftTree Object | Object Hierarchy
