Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowHeaderTextStyle Property, SftTree Object

Defines the default alignment for row header text.

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.TextHAlign and RowHeaders.TextVAlign instead

Syntax

Get

VB.NETAlign = object.RowHeaderTextStyle As SftTreeAlignConstants
VBAlign = object.RowHeaderTextStyle As SftTreeAlignConstants
C#.NETSftTreeAlignConstants Align = object.RowHeaderTextStyle;
VC++enum SftTreeAlignConstants Align = object->RowHeaderTextStyle;
enum SftTreeAlignConstants Align = object->GetRowHeaderTextStyle();
CHRESULT object->get_RowHeaderTextStyle(enum SftTreeAlignConstants* Align);

Put

VB.NETobject.RowHeaderTextStyle = Align As SftTreeAlignConstants
VBobject.RowHeaderTextStyle = Align As SftTreeAlignConstants
C#.NETSftTreeAlignConstants object.RowHeaderTextStyle = Align;
VC++enum SftTreeAlignConstants object->RowHeaderTextStyle = Align;
void object->PutRowHeaderTextStyle(enum SftTreeAlignConstants Align);
CHRESULT object->put_RowHeaderTextStyle(enum SftTreeAlignConstants Align);

object

A SftTree object.

Align

Defines the default alignment for row header text.

One value of each of the following tables can be combined and used as Align value:

Horizontal AlignmentValueDescription
alignSftTreeLeft0The text and graphic component are left aligned.
alignSftTreeCenter1The text and graphic component are centered.
alignSftTreeRight2The text and graphic component are right aligned.
Vertical AlignmentValueDescription
alignSftTreeVCenter16The text is vertically centered. If no vertical alignment value is specified, this is the default.
alignSftTreeTop32The text is aligned with the top of the available area.
alignSftTreeBottom64The text is aligned with the bottom of the available area.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.TextHAlign and RowHeaders.TextVAlign instead

The RowHeaderTextStyle property defines the default alignment for row header text.

Individual row headers can override this default using the RowHeader.TextHAlign and RowHeader.TextVAlign 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.