Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.ImageVAlign Property

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

Syntax

Get

VB.NETStyle = object.ImageVAlign As SftBoxVAlignConstants
VBStyle = object.ImageVAlign As SftBoxVAlignConstants
C#.NETSftBoxVAlignConstants Style = object.ImageVAlign;
VC++enum SftBoxVAlignConstants Style = object->ImageVAlign;
enum SftBoxVAlignConstants Style = object->GetImageVAlign();
CHRESULT object->get_ImageVAlign(enum SftBoxVAlignConstants* Style);

Put

VB.NETobject.ImageVAlign = Style As SftBoxVAlignConstants
VBobject.ImageVAlign = Style As SftBoxVAlignConstants
C#.NETSftBoxVAlignConstants object.ImageVAlign = Style;
VC++enum SftBoxVAlignConstants object->ImageVAlign = Style;
void object->PutImageVAlign(enum SftBoxVAlignConstants Style);
CHRESULT object->put_ImageVAlign(enum SftBoxVAlignConstants Style);

object

A SftBoxRowColumnHeader object.

Style

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

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

Comments

The ImageVAlign property defines the vertical alignment of the graphic in the row/column header.

The RowColumnHeader.ImageHAlign property defines the horizontal 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.