Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeader.TextVAlign Property

Defines the vertical alignment of the text in this row header.

Syntax

Get

VB.NETStyle = object.TextVAlign As SftBoxVAlignDefaultConstants
VBStyle = object.TextVAlign As SftBoxVAlignDefaultConstants
C#.NETSftBoxVAlignDefaultConstants Style = object.TextVAlign;
VC++enum SftBoxVAlignDefaultConstants Style = object->TextVAlign;
enum SftBoxVAlignDefaultConstants Style = object->GetTextVAlign();
CHRESULT object->get_TextVAlign(enum SftBoxVAlignDefaultConstants* Style);

Put

VB.NETobject.TextVAlign = Style As SftBoxVAlignDefaultConstants
VBobject.TextVAlign = Style As SftBoxVAlignDefaultConstants
C#.NETSftBoxVAlignDefaultConstants object.TextVAlign = Style;
VC++enum SftBoxVAlignDefaultConstants object->TextVAlign = Style;
void object->PutTextVAlign(enum SftBoxVAlignDefaultConstants Style);
CHRESULT object->put_TextVAlign(enum SftBoxVAlignDefaultConstants Style);

object

A SftBoxRowHeader object.

Style

Defines the vertical alignment of the text in this row header.

NameValueDescription
valignSftBoxDefault-1The text is aligned as defined using the default settings for all row headers (see RowHeaders.TextVAlign).
valignSftBoxDefaultCenter0The text is vertically centered.
valignSftBoxDefaultTop1The text is aligned with the top of the available area.
valignSftBoxDefaultBottom2The text is aligned with the bottom of the available area.

Comments

The TextVAlign property defines the vertical alignment of the text in this row header.

Row header text and graphics are defined using the RowHeader.Text and RowHeader.Image properties.

The default alignment for all row headers is defined using the RowHeaders.TextHAlign and RowHeaders.TextVAlign properties.

See Also SftBoxRowHeader Object | Object Hierarchy


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