SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the text and picture orientation.
Get
| VB.NET | Orientation = object.Orientation As SftButtonOrientationConstants |
| VB | Orientation = object.Orientation As SftButtonOrientationConstants |
| C#.NET | SftButtonOrientationConstants Orientation = object.Orientation; |
| VC++ | enum SftButtonOrientationConstants Orientation = object->Orientation; enum SftButtonOrientationConstants Orientation = object->GetOrientation(); |
| C | HRESULT object->get_Orientation(enum SftButtonOrientationConstants* Orientation); |
Put
| VB.NET | object.Orientation = Orientation As SftButtonOrientationConstants |
| VB | object.Orientation = Orientation As SftButtonOrientationConstants |
| C#.NET | SftButtonOrientationConstants object.Orientation = Orientation; |
| VC++ | enum SftButtonOrientationConstants object->Orientation = Orientation; void object->PutOrientation(enum SftButtonOrientationConstants Orientation); |
| C | HRESULT object->put_Orientation(enum SftButtonOrientationConstants Orientation); |
object
Orientation
Defines the text and picture orientation.
| Name | Value | Description |
|---|---|---|
| orientationSftButtonHorizontal | 0 | Text and picture components are positioned horizontally (left to right). ![]() |
| orientationSftButtonVertical | 1 | Text and picture components are positioned vertically (top to bottom). ![]() |
The Orientation property defines the text and picture orientation.
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
