|
|
|
SftTree.ColumnsObj Property |
Returns the SftTreeColumns object.
Syntax
VB.NET |
refColumnsObj = object.ColumnsObj As SftTreeColumns |
||
VB |
Set refColumnsObj = object.ColumnsObj As SftTreeColumns |
||
C#.NET |
SftTreeColumns refColumnsObj = object.ColumnsObj; |
||
VC++ |
ISftTreeColumns* refColumnsObj = object->ColumnsObj;
|
||
C |
HRESULT object->get_ColumnsObj(ISftTreeColumns** refColumnsObj); |
||
Delphi |
refColumnsObj := object.ColumnsObj : ISftTreeColumns; |
object
A SftTree object.
refColumnsObj
Returns the SftTreeColumns object.
Comments
The ColumnsObj property returns the SftTreeColumns object.
The SftTreeColumns object describes attributes that apply to all columns in a SftTree/OCX control. Numerous properties and methods can be accessed using the returned object refColumnsObj. A control has only one SftTreeColumns object.
An individual column's SftTreeColumn object can be accessed through the control's Column property.
See Also SftTree Object | Object Hierarchy