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 vertical alignment of the first graphic.
Get
VB.NET | Align = object.Image1AlignVert As SftButtonAlignVertConstants |
VB | Align = object.Image1AlignVert As SftButtonAlignVertConstants |
C#.NET | SftButtonAlignVertConstants Align = object.Image1AlignVert; |
VC++ | enum SftButtonAlignVertConstants Align = object->Image1AlignVert; enum SftButtonAlignVertConstants Align = object->GetImage1AlignVert(); |
C | HRESULT object->get_Image1AlignVert(enum SftButtonAlignVertConstants* Align); |
Put
VB.NET | object.Image1AlignVert = Align As SftButtonAlignVertConstants |
VB | object.Image1AlignVert = Align As SftButtonAlignVertConstants |
C#.NET | SftButtonAlignVertConstants object.Image1AlignVert = Align; |
VC++ | enum SftButtonAlignVertConstants object->Image1AlignVert = Align; void object->PutImage1AlignVert(enum SftButtonAlignVertConstants Align); |
C | HRESULT object->put_Image1AlignVert(enum SftButtonAlignVertConstants Align); |
object
Align
Defines the vertical alignment of the first 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. |
The Image1AlignVert property defines the vertical 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".
See Also SftButton Object | Object Hierarchy