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 the SftTreeFooters object.
Get
| 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; ISftTreeFooters* refFootersObj = object->GetFooters(); |
| C | HRESULT object->get_Footers(ISftTreeFooters** refFootersObj); |
object
refFootersObj
Returns the SftTreeFooters object.
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.
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
SortIndicators = 0
EndProperty
BeginProperty Footers {9EBAA956-293D-44FA-9989-08F078763A1F}
Appearance = 0
BackColor = -2147483633
ForeColor = -2147483630
GrayedColor = -2147483631
HilightColor = -2147483628
Multiline = 1
ShadowColor = -2147483632See Also SftTree Object | Object Hierarchy
