SftButton/OCX 2.5

SftButton.TextAlignHorz Property

Softel vdm, Inc.

Defines the horizontal alignment of the text.

Syntax       

Get

VB.NET

Align = object.TextAlignHorz  As SftButtonAlignConstants

VB

Align = object.TextAlignHorz  As SftButtonAlignConstants

C#.NET

SftButtonAlignConstants Align = object.TextAlignHorz;

VC++

enum SftButtonAlignConstants Align = object->TextAlignHorz;
enum SftButtonAlignConstants Align = object->GetTextAlignHorz();

C

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

Delphi

Align := object.TextAlignHorz  : TOleEnum;

Put

VB.NET

object.TextAlignHorz = Align  As SftButtonAlignConstants

VB

object.TextAlignHorz = Align  As SftButtonAlignConstants

C#.NET

SftButtonAlignConstants object.TextAlignHorz = Align;

VC++

enum SftButtonAlignConstants object->TextAlignHorz = Align;
void object->PutTextAlignHorz(enum SftButtonAlignConstants Align);

C

HRESULT object->put_TextAlignHorz(enum SftButtonAlignConstants Align);

Delphi

object.TextAlignHorz := Align  : TOleEnum;

object

A SftButton object.

Align

Defines the horizontal alignment of the text.

Name

Value

Description

alignSftButtonCenter

0

The text is horizontally centered within the available space.

alignSftButtonLeft

1

The text is left aligned within the available space.

alignSftButtonRight

2

The text is right aligned within the available space.

Comments

The TextAlignHorz property defines the horizontal alignment of the text.

The layout of the button label and the position and alignment of the text are defined using the Orientation, TextAlignHorz and TextAlignVert 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