Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.Align Property

Defines the row/column header's text alignment.

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

Syntax

Get

VB.NETAlign = object.Align As SftBoxAlignConstants
VBAlign = object.Align As SftBoxAlignConstants
C#.NETSftBoxAlignConstants Align = object.Align;
VC++enum SftBoxAlignConstants Align = object->Align;
enum SftBoxAlignConstants Align = object->GetAlign();
CHRESULT object->get_Align(enum SftBoxAlignConstants* Align);

Put

VB.NETobject.Align = Align As SftBoxAlignConstants
VBobject.Align = Align As SftBoxAlignConstants
C#.NETSftBoxAlignConstants object.Align = Align;
VC++enum SftBoxAlignConstants object->Align = Align;
void object->PutAlign(enum SftBoxAlignConstants Align);
CHRESULT object->put_Align(enum SftBoxAlignConstants Align);

object

A SftBoxRowColumnHeader object.

Align

Defines the row/column header's text alignment.

NameValueDescription
constSftBoxLeft0The row/column header text and/or graphic component are left aligned.
constSftBoxCenter1The row/column header text and/or graphic component are centered.
constSftBoxRight2The row/column header text and/or graphic component are right aligned.

Comments

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

The Align property defines the row/column header's text alignment.

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.