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
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
SftTree/NET 2.0 - Tree Control
Orientation values for the orientation field on SFT_TEXT.
#define SFT_ORIENTATION_HORZ 0 #define SFT_ORIENTATION_VERT 1
| SFT_ORIENTATION_HORZ (0) | Render text left-to-right along a horizontal baseline. Default. |
| SFT_ORIENTATION_VERT (1) | Render text rotated 90 degrees so the baseline runs vertically. Useful for narrow side-aligned slots. |
The orientation field is read-only as far as the host control is concerned - the application sets it once when populating the SFT_TEXT and the control honors it on every paint.
See Also SftPicture2 | SFT_TEXT
