Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.TextHAlign Property

Defines the horizontal alignment of the text in the row/column header.

Syntax

Get

VB.NETStyle = object.TextHAlign As SftBoxHAlignConstants
VBStyle = object.TextHAlign As SftBoxHAlignConstants
C#.NETSftBoxHAlignConstants Style = object.TextHAlign;
VC++enum SftBoxHAlignConstants Style = object->TextHAlign;
enum SftBoxHAlignConstants Style = object->GetTextHAlign();
CHRESULT object->get_TextHAlign(enum SftBoxHAlignConstants* Style);

Put

VB.NETobject.TextHAlign = Style As SftBoxHAlignConstants
VBobject.TextHAlign = Style As SftBoxHAlignConstants
C#.NETSftBoxHAlignConstants object.TextHAlign = Style;
VC++enum SftBoxHAlignConstants object->TextHAlign = Style;
void object->PutTextHAlign(enum SftBoxHAlignConstants Style);
CHRESULT object->put_TextHAlign(enum SftBoxHAlignConstants Style);

object

A SftBoxRowColumnHeader object.

Style

Defines the horizontal alignment of the text in the row/column header.

NameValueDescription
halignSftBoxLeft0The row/column header text and/or graphic component are left aligned.
halignSftBoxCenter1The row/column header text and/or graphic component are centered in the cell.
halignSftBoxRight2The row/column header text and/or graphic component are right aligned.

Comments

The TextHAlign property defines the horizontal alignment of the text in the row/column header.

The RowColumnHeader.TextVAlign property is used to define the vertical alignment of the text in the row/column header. The RowColumnHeader.Text property defines the text displayed in the row/column header.

The RowColumnHeader.ImageHAlign and RowColumnHeader.ImageVAlign properties are used to align the row/column header graphic component.

See Also SftBoxRowColumnHeader Object | Object Hierarchy


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