Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ColHeaderAppearance Property, SftTree Object

Defines the appearance of all column headers.

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

Syntax

Get

VB.NETStyle = object.ColHeaderAppearance As SftTreeHeaderAppearanceConstants
VBStyle = object.ColHeaderAppearance As SftTreeHeaderAppearanceConstants
C#.NETSftTreeHeaderAppearanceConstants Style = object.ColHeaderAppearance;
VC++enum SftTreeHeaderAppearanceConstants Style = object->ColHeaderAppearance;
enum SftTreeHeaderAppearanceConstants Style = object->GetColHeaderAppearance();
CHRESULT object->get_ColHeaderAppearance(enum SftTreeHeaderAppearanceConstants* Style);

Put

VB.NETobject.ColHeaderAppearance = Style As SftTreeHeaderAppearanceConstants
VBobject.ColHeaderAppearance = Style As SftTreeHeaderAppearanceConstants
C#.NETSftTreeHeaderAppearanceConstants object.ColHeaderAppearance = Style;
VC++enum SftTreeHeaderAppearanceConstants object->ColHeaderAppearance = Style;
void object->PutColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style);
CHRESULT object->put_ColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style);

object

A SftTree object.

Style

Defines the appearance of all column headers.

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

Comments

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

The ColHeaderAppearance property defines the appearance of all column headers.

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