Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeaders.Align Property

Defines the text alignment for all row headers.

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.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 SftBoxRowHeaders object.

Align

Defines the text alignment for all row headers.

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

Comments

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

The Align property defines the text alignment for all row headers.

Individual row headers can override the default text alignment using the RowHeader.TextHAlign property.

The RowHeaders.TextVAlign property can be used to define the default vertical alignment of text in all row headers.

See Also SftBoxRowHeaders Object | Object Hierarchy


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