HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

Footers Property, SftTree Object

Returns the SftTreeFooters object.

Syntax

Get

VB.NETrefFootersObj = object.Footers As SftTreeFooters
VBSet refFootersObj = object.Footers As SftTreeFooters
C#.NETSftTreeFooters refFootersObj = object.Footers;
VC++ISftTreeFooters* refFootersObj = object->Footers;
ISftTreeFooters* refFootersObj = object->GetFooters();
CHRESULT object->get_Footers(ISftTreeFooters** refFootersObj);

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.

Examples

VB6

            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     =   -2147483632

See Also SftTree Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.