Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxCell.ImageVAlign Property

Defines the vertical alignment of the graphic in this cell.

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 SftBoxCell object.

Style

Defines the vertical alignment of the graphic in this cell.

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 cell.

The Cell.ImageHAlign property is used to define the horizontal alignment of the graphic in this cell. The cell graphic is defined using the Cell.Image property.

See Also SftBoxCell Object | Object Hierarchy


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