SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the horizontal alignment of the second graphic.
Deprecated - Provided for compatibility with earlier versions only - Use the Image2AlignHorz property instead
Get
VB.NET | Align = object.Picture2AlignHorz As SftButtonAlignConstants |
VB | Align = object.Picture2AlignHorz As SftButtonAlignConstants |
C#.NET | SftButtonAlignConstants Align = object.Picture2AlignHorz; |
VC++ | enum SftButtonAlignConstants Align = object->Picture2AlignHorz; enum SftButtonAlignConstants Align = object->GetPicture2AlignHorz(); |
C | HRESULT object->get_Picture2AlignHorz(enum SftButtonAlignConstants* Align); |
Put
VB.NET | object.Picture2AlignHorz = Align As SftButtonAlignConstants |
VB | object.Picture2AlignHorz = Align As SftButtonAlignConstants |
C#.NET | SftButtonAlignConstants object.Picture2AlignHorz = Align; |
VC++ | enum SftButtonAlignConstants object->Picture2AlignHorz = Align; void object->PutPicture2AlignHorz(enum SftButtonAlignConstants Align); |
C | HRESULT object->put_Picture2AlignHorz(enum SftButtonAlignConstants Align); |
object
Align
Defines the horizontal alignment of the second 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. |
Deprecated - Provided for compatibility with earlier versions only - Use the Image2AlignHorz property instead
The Picture2AlignHorz property defines the horizontal alignment of the second 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".
See Also SftButton Object | Object Hierarchy