Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxHeader.ImageHAlign Property

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

Style

Defines the horizontal alignment of the graphic in this column header.

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

Comments

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

The Header.ImageVAlign property is used to define the vertical alignment of the column header. The header graphic is defined using the Header.Image property.

See Also SftBoxHeader Object | Object Hierarchy


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