Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.PictureAlign Property

Defines the row/column header's picture alignment.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ImageHAlign instead

Syntax

Get

VB.NETAlign = object.PictureAlign As SftBoxAlignConstants
VBAlign = object.PictureAlign As SftBoxAlignConstants
C#.NETSftBoxAlignConstants Align = object.PictureAlign;
VC++enum SftBoxAlignConstants Align = object->PictureAlign;
enum SftBoxAlignConstants Align = object->GetPictureAlign();
CHRESULT object->get_PictureAlign(enum SftBoxAlignConstants* Align);

Put

VB.NETobject.PictureAlign = Align As SftBoxAlignConstants
VBobject.PictureAlign = Align As SftBoxAlignConstants
C#.NETSftBoxAlignConstants object.PictureAlign = Align;
VC++enum SftBoxAlignConstants object->PictureAlign = Align;
void object->PutPictureAlign(enum SftBoxAlignConstants Align);
CHRESULT object->put_PictureAlign(enum SftBoxAlignConstants Align);

object

A SftBoxRowColumnHeader object.

Align

Defines the row/column header's picture alignment.

AlignValueDescription
constSftBoxLeft0The graphic is displayed to the left of the row/column header text.
constSftBoxCenter1The graphic is centered within the row/column header. The row/column header text is not displayed.
constSftBoxRight2The graphic is displayed to the right of the row/column header text.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ImageHAlign instead

The PictureAlign property defines the row/column header's picture alignment.

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.