SftButton/OCX 2.5

SftButton.Picture1AlignHorz Property

Softel vdm, Inc.

Defines the horizontal alignment of the first graphic.

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

Syntax       

Get

VB.NET

Align = object.Picture1AlignHorz  As SftButtonAlignConstants

VB

Align = object.Picture1AlignHorz  As SftButtonAlignConstants

C#.NET

SftButtonAlignConstants Align = object.Picture1AlignHorz;

VC++

enum SftButtonAlignConstants Align = object->Picture1AlignHorz;
enum SftButtonAlignConstants Align = object->GetPicture1AlignHorz();

C

HRESULT object->get_Picture1AlignHorz(enum SftButtonAlignConstants* Align);

Delphi

Align := object.Picture1AlignHorz  : TOleEnum;

Put

VB.NET

object.Picture1AlignHorz = Align  As SftButtonAlignConstants

VB

object.Picture1AlignHorz = Align  As SftButtonAlignConstants

C#.NET

SftButtonAlignConstants object.Picture1AlignHorz = Align;

VC++

enum SftButtonAlignConstants object->Picture1AlignHorz = Align;
void object->PutPicture1AlignHorz(enum SftButtonAlignConstants Align);

C

HRESULT object->put_Picture1AlignHorz(enum SftButtonAlignConstants Align);

Delphi

object.Picture1AlignHorz := Align  : TOleEnum;

object

A SftButton object.

Align

Defines the horizontal alignment of the first graphic.

Name

Value

Description

alignSftButtonCenter

0

The picture component is horizontally centered within the available space.

alignSftButtonLeft

1

The picture component is left aligned within the available space.

alignSftButtonRight

2

The picture component is right aligned within the available space.

Comments

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

The Picture1AlignHorz property defines the horizontal alignment of the first graphic.

The layout of the button label and the position and alignment of the first picture component are defined using the Orientation, Image1AlignHorz and Image1AlignVert properties.

For detailed information on the use of the Orientation, Image1, Image1AlignHorz, Image1AlignVert, Image2, Image2AlignHorz, Image2AlignVert, Text, TextAlignHorz, TextAlignVert properties, please see "Button Label".


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