Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowColTextStyle Property, SftTree Object

Defines the style used to display the row/column header text.

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

Syntax

Get

VB.NETStyle = object.RowColTextStyle As SftTreeAlignConstants
VBStyle = object.RowColTextStyle As SftTreeAlignConstants
C#.NETSftTreeAlignConstants Style = object.RowColTextStyle;
VC++enum SftTreeAlignConstants Style = object->RowColTextStyle;
enum SftTreeAlignConstants Style = object->GetRowColTextStyle();
CHRESULT object->get_RowColTextStyle(enum SftTreeAlignConstants* Style);

Put

VB.NETobject.RowColTextStyle = Style As SftTreeAlignConstants
VBobject.RowColTextStyle = Style As SftTreeAlignConstants
C#.NETSftTreeAlignConstants object.RowColTextStyle = Style;
VC++enum SftTreeAlignConstants object->RowColTextStyle = Style;
void object->PutRowColTextStyle(enum SftTreeAlignConstants Style);
CHRESULT object->put_RowColTextStyle(enum SftTreeAlignConstants Style);

object

A SftTree object.

Style

Defines the style used to display the row/column header text.

One value of each of the following tables can be combined and used as Style 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 RowColumnHeader.TextHAlign and RowColumnHeader.TextVAlign instead

The RowColTextStyle property defines the style used to display the row/column header text.

The RowColumnHeader.Text property can be used to define the text displayed in the row/column header.

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.