Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Appearance Property, SftTreeRowColumnHeader Object

Defines the row/column header'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 SftTreeRowColumnHeader object.

Style

Defines the row/column header's appearance.

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

Comments

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

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

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