Hide

SftButton/OCX 3.0 - Button Control

Display
Print

Image2AlignHorz Property, SftButton Object

Defines the horizontal alignment of the second graphic.

Syntax

Get

VB.NETAlign = object.Image2AlignHorz As SftButtonAlignConstants
VBAlign = object.Image2AlignHorz As SftButtonAlignConstants
C#.NETSftButtonAlignConstants Align = object.Image2AlignHorz;
VC++enum SftButtonAlignConstants Align = object->Image2AlignHorz;
enum SftButtonAlignConstants Align = object->GetImage2AlignHorz();
CHRESULT object->get_Image2AlignHorz(enum SftButtonAlignConstants* Align);

Put

VB.NETobject.Image2AlignHorz = Align As SftButtonAlignConstants
VBobject.Image2AlignHorz = Align As SftButtonAlignConstants
C#.NETSftButtonAlignConstants object.Image2AlignHorz = Align;
VC++enum SftButtonAlignConstants object->Image2AlignHorz = Align;
void object->PutImage2AlignHorz(enum SftButtonAlignConstants Align);
CHRESULT object->put_Image2AlignHorz(enum SftButtonAlignConstants Align);

object

A SftButton object.

Align

Defines the horizontal alignment of the second graphic.

NameValueDescription
alignSftButtonCenter0The picture component is horizontally centered within the available space.
alignSftButtonLeft1The picture component is left aligned within the available space.
alignSftButtonRight2The picture component is right aligned within the available space.

Comments

The Image2AlignHorz property defines the horizontal alignment of the second graphic.

The layout of the button label and the position and alignment of the second picture component are defined using the Orientation, Image2AlignHorz and Image2AlignVert properties.

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

See Also SftButton Object | Object Hierarchy


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