SftButton/OCX 2.5

SftButton.Picture2AlignVert Property

Softel vdm, Inc.

Defines the vertical alignment of the second graphic.

Deprecated - Provided for compatibility with earlier versions only - Use the Image2AlignVert property instead

Syntax       

Get

VB.NET

Align = object.Picture2AlignVert  As SftButtonAlignVertConstants

VB

Align = object.Picture2AlignVert  As SftButtonAlignVertConstants

C#.NET

SftButtonAlignVertConstants Align = object.Picture2AlignVert;

VC++

enum SftButtonAlignVertConstants Align = object->Picture2AlignVert;
enum SftButtonAlignVertConstants Align = object->GetPicture2AlignVert();

C

HRESULT object->get_Picture2AlignVert(enum SftButtonAlignVertConstants* Align);

Delphi

Align := object.Picture2AlignVert  : TOleEnum;

Put

VB.NET

object.Picture2AlignVert = Align  As SftButtonAlignVertConstants

VB

object.Picture2AlignVert = Align  As SftButtonAlignVertConstants

C#.NET

SftButtonAlignVertConstants object.Picture2AlignVert = Align;

VC++

enum SftButtonAlignVertConstants object->Picture2AlignVert = Align;
void object->PutPicture2AlignVert(enum SftButtonAlignVertConstants Align);

C

HRESULT object->put_Picture2AlignVert(enum SftButtonAlignVertConstants Align);

Delphi

object.Picture2AlignVert := Align  : TOleEnum;

object

A SftButton object.

Align

Defines the vertical alignment of the second graphic.

Name

Value

Description

alignSftButtonVCenter

0

The picture component is vertically centered within the available space.

alignSftButtonTop

1

The picture component is aligned with the top of the available space.

alignSftButtonBottom

2

The picture component is aligned with the bottom of the available space.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use the Image2AlignVert property instead

The Picture2AlignVert property defines the vertical alignment of the second graphic.


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