Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeader.ImageVAlign Property

Defines the vertical alignment of the graphic in this row 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 SftBoxRowHeader object.

Style

Defines the vertical alignment of the graphic in this row 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 this row header.

The RowHeader.ImageHAlign property defines the horizontal alignment of the optional row header picture, defined using the RowHeader.Image property.

See Also SftBoxRowHeader Object | Object Hierarchy


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