Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Appearance Property, SftTreeFooters Object

Defines the appearance of all column footers.

Syntax

Get

VB.NETStyle = object.Appearance As SftTreeHeaderAppearanceConstants
VBStyle = object.Appearance As SftTreeHeaderAppearanceConstants
C#.NETSftTreeHeaderAppearanceConstants Style = object.Appearance;
VC++enum SftTreeHeaderAppearanceConstants Style = object->Appearance;
enum SftTreeHeaderAppearanceConstants Style = object->GetAppearance();
CHRESULT object->get_Appearance(enum SftTreeHeaderAppearanceConstants* Style);

Put

VB.NETobject.Appearance = Style As SftTreeHeaderAppearanceConstants
VBobject.Appearance = Style As SftTreeHeaderAppearanceConstants
C#.NETSftTreeHeaderAppearanceConstants object.Appearance = Style;
VC++enum SftTreeHeaderAppearanceConstants object->Appearance = Style;
void object->PutAppearance(enum SftTreeHeaderAppearanceConstants Style);
CHRESULT object->put_Appearance(enum SftTreeHeaderAppearanceConstants Style);

object

A SftTreeFooters object.

Style

Defines the appearance of all column footers.

StyleValueDescription
headerSftTreeNone0No column footers. The column footers and row/column footer are not displayed. The RowColumnFooter.Appearance property is also set to headerSftTreeNone.
headerSftTreeButton1Displays column footers as buttons. The column footers are displayed as buttons, which can be clicked by the user. The status of the each column footer button can be controlled using the Footer.Enabled and Footer.RemainUp properties. The currently pressed button can be defined using the Footers.Pressed property.
headerSftTreeText2Displays column footers as titles.

Comments

The Appearance property defines the appearance of all column footers.

Individual column footers cannot override the appearance.

See Also SftTreeFooters Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.