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