Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
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.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.