Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.ImageHAlign Property

Defines the horizontal alignment of the graphic in the row/column header.

Syntax

Get

VB.NETStyle = object.ImageHAlign As SftBoxHAlignConstants
VBStyle = object.ImageHAlign As SftBoxHAlignConstants
C#.NETSftBoxHAlignConstants Style = object.ImageHAlign;
VC++enum SftBoxHAlignConstants Style = object->ImageHAlign;
enum SftBoxHAlignConstants Style = object->GetImageHAlign();
CHRESULT object->get_ImageHAlign(enum SftBoxHAlignConstants* Style);

Put

VB.NETobject.ImageHAlign = Style As SftBoxHAlignConstants
VBobject.ImageHAlign = Style As SftBoxHAlignConstants
C#.NETSftBoxHAlignConstants object.ImageHAlign = Style;
VC++enum SftBoxHAlignConstants object->ImageHAlign = Style;
void object->PutImageHAlign(enum SftBoxHAlignConstants Style);
CHRESULT object->put_ImageHAlign(enum SftBoxHAlignConstants Style);

object

A SftBoxRowColumnHeader object.

Style

Defines the horizontal alignment of the graphic in the row/column header.

NameValueDescription
halignSftBoxLeft0The graphic is to the left of the row/column header text.
halignSftBoxCenter1The graphic is centered in the row/column header.
halignSftBoxRight2The graphic is to the right of the row/column header text.

Comments

The ImageHAlign property defines the horizontal alignment of the graphic in the row/column header.

The RowColumnHeader.ImageVAlign property defines the vertical alignment of the graphic in the row/column header. The RowColumnHeader.Image property can be used to define the row/column header graphic.

See Also SftBoxRowColumnHeader Object | Object Hierarchy


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