Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.TextVAlign Property

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

Syntax

Get

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

Put

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

object

A SftBoxRowColumnHeader object.

Style

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

NameValueDescription
valignSftBoxCenter0The row/column header text is vertically centered.
valignSftBoxTop1The row/column header text is aligned with the top of the available area.
valignSftBoxBottom2The row/column header text is aligned with the bottom of the available area.

Comments

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

The RowColumnHeader.TextHAlign property is used to define the horizontal 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.