Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxHeader.TextVAlign Property

Defines the vertical alignment of the text in this 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 SftBoxHeader object.

Style

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

Style

Defines the vertical alignment of the text in this cell.

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

Comments

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

The Header.TextHAlign property is used to define the horizontal alignment of the text in this column header.

The Header.ImageHAlign and Header.ImageVAlign properties are used to align the column header graphic component.

See Also SftBoxHeader Object | Object Hierarchy


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