Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowColHeaderAppearance Property, SftTree Object

Defines the row/column header's appearance.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.Appearance instead

Syntax

Get

VB.NETStyle = object.RowColHeaderAppearance As SftTreeHeaderAppearanceConstants
VBStyle = object.RowColHeaderAppearance As SftTreeHeaderAppearanceConstants
C#.NETSftTreeHeaderAppearanceConstants Style = object.RowColHeaderAppearance;
VC++enum SftTreeHeaderAppearanceConstants Style = object->RowColHeaderAppearance;
enum SftTreeHeaderAppearanceConstants Style = object->GetRowColHeaderAppearance();
CHRESULT object->get_RowColHeaderAppearance(enum SftTreeHeaderAppearanceConstants* Style);

Put

VB.NETobject.RowColHeaderAppearance = Style As SftTreeHeaderAppearanceConstants
VBobject.RowColHeaderAppearance = Style As SftTreeHeaderAppearanceConstants
C#.NETSftTreeHeaderAppearanceConstants object.RowColHeaderAppearance = Style;
VC++enum SftTreeHeaderAppearanceConstants object->RowColHeaderAppearance = Style;
void object->PutRowColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style);
CHRESULT object->put_RowColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style);

object

A SftTree 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

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.Appearance instead

The RowColHeaderAppearance 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 SftTree Object | Object Hierarchy


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