Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Appearance Property, SftTreeRowColumnFooter Object

Defines the row/column footer's appearance.

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 SftTreeRowColumnFooter object.

Style

Defines the row/column footer's appearance.

StyleValueDescription
headerSftTreeNone0The row/column footer, column footers and row headers are not displayed. The Footers.Appearance, RowColumnHeader.Appearance and RowHeaders.Appearance properties are set to headerSftTreeNone and rowheaderSftTreeNone.
headerSftTreeButton1Displays the row/column footer as a button. The row/column footer is displayed as a button, which can be clicked by the user. The status of the row/column footer button can be controlled using the RowColumnFooter.Enabled and RowColumnFooter.RemainUp properties. The current button status can be defined using the RowColumnFooter.ButtonDown property.
headerSftTreeText2Displays the row/column footer as a title.

Comments

The Appearance property defines the row/column footer's appearance.

The width of the row/column footer (and row header area) is defined using the RowHeaders.Width property.

See Also SftTreeRowColumnFooter 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.