Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowHeaderAppearance Property, SftTree Object

Defines the row header appearance.

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

Syntax

Get

VB.NETStyle = object.RowHeaderAppearance As SftTreeRowHeaderAppearanceConstants
VBStyle = object.RowHeaderAppearance As SftTreeRowHeaderAppearanceConstants
C#.NETSftTreeRowHeaderAppearanceConstants Style = object.RowHeaderAppearance;
VC++enum SftTreeRowHeaderAppearanceConstants Style = object->RowHeaderAppearance;
enum SftTreeRowHeaderAppearanceConstants Style = object->GetRowHeaderAppearance();
CHRESULT object->get_RowHeaderAppearance(enum SftTreeRowHeaderAppearanceConstants* Style);

Put

VB.NETobject.RowHeaderAppearance = Style As SftTreeRowHeaderAppearanceConstants
VBobject.RowHeaderAppearance = Style As SftTreeRowHeaderAppearanceConstants
C#.NETSftTreeRowHeaderAppearanceConstants object.RowHeaderAppearance = Style;
VC++enum SftTreeRowHeaderAppearanceConstants object->RowHeaderAppearance = Style;
void object->PutRowHeaderAppearance(enum SftTreeRowHeaderAppearanceConstants Style);
CHRESULT object->put_RowHeaderAppearance(enum SftTreeRowHeaderAppearanceConstants Style);

object

A SftTree object.

Style

Defines the row header appearance.

StyleValueDescription
rowheaderSftTreeNone0No row headers. The row headers and row/column headers are not displayed. The RowColumnHeader.Appearance property is set to headerSftTreeNone.
rowheaderSftTreeButton1Displays row headers as buttons. The row header text is defined using the RowHeader.Text property.
rowheaderSftTreeText2Displays row headers as titles. The row header text is defined using the RowHeader.Text property.
rowheaderSftTreeButtonCnt03Displays row headers as buttons. The row header text defaults to the zero-based index of the item and can be specified using the RowHeader.Text property.
rowheaderSftTreeTextCnt04Displays row headers as titles. The row header text defaults to the zero-based index of the item and can be specified using the RowHeader.Text property.
rowheaderSftTreeButtonCnt15Displays row headers as buttons. The row header text defaults to the one-based index of the item and can be specified using the RowHeader.Text property.
rowheaderSftTreeTextCnt16Displays row headers as titles. The row header text defaults to the one-based index of the item and can be specified using the RowHeader.Text property.

Comments

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

The RowHeaderAppearance property defines the row header appearance.

If the RowHeaderAppearance property is set to rowheaderSftTreeButton, rowheaderSftTreeButtonCnt0 or rowheaderSftTreeButtonCnt1, the row headers are displayed as buttons, which can be clicked by the user. Row header buttons reflect the selection status (Item.Selected property) of each item.

The RowHeaderAppearance property applies to all row headers and cannot be changed for individual items.

The status of the row header buttons can be controlled using the RowHeaders.Enabled and RowHeaders.RemainUp properties.

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.