SftBox/OCX 4.5

SftBoxRowColumnHeader.ImageVAlign Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Style = object.ImageVAlign  As SftBoxVAlignConstants

VB

Style = object.ImageVAlign  As SftBoxVAlignConstants

C#.NET

SftBoxVAlignConstants Style = object.ImageVAlign;

VC++

enum SftBoxVAlignConstants Style = object->ImageVAlign;
enum SftBoxVAlignConstants Style = object->GetImageVAlign();

C

HRESULT object->get_ImageVAlign(enum SftBoxVAlignConstants* Style);

Delphi

Style := object.ImageVAlign  : TOleEnum;

Put

VB.NET

object.ImageVAlign = Style  As SftBoxVAlignConstants

VB

object.ImageVAlign = Style  As SftBoxVAlignConstants

C#.NET

SftBoxVAlignConstants object.ImageVAlign = Style;

VC++

enum SftBoxVAlignConstants object->ImageVAlign = Style;
void object->PutImageVAlign(enum SftBoxVAlignConstants Style);

C

HRESULT object->put_ImageVAlign(enum SftBoxVAlignConstants Style);

Delphi

object.ImageVAlign := Style  : TOleEnum;

object

A SftBoxRowColumnHeader object.

Style

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

Name

Value

Description

valignSftBoxCenter

0

The graphic is vertically centered.

valignSftBoxTop

1

The graphic is aligned with the top of the available area.

valignSftBoxBottom

2

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


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com