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
Describes each available tab style.
typedef struct tagSftTabsStyleTableA { /* Notice, these strings are always ANSI strings */ LPCSTR lpszDesc; /* Style description */ LPCSTR lpszStyle; /* style ID */ DWORD style; DWORD styleEx; /* extended style - new in 4.5 */ short fAvailable; /* True if available */ short res1s; /* reserved */ } SFTTABS_STYLETABLEA, * LPSFTTABS_STYLETABLEA;
The text description of the tab style.
The text literal of the selected tab style. This can be used by a resource editor to translate the tab control style into a textual representation of the value, using the predefined symbols for tab styles.
The supported attributes of the tab style. Once a tab control is created, this style information can also be retrieved using GetWindowWord(hwnd, GWL_STYLE).
The supported attributes of the tab style.
SFTTABSSTYLE_EX_DUAL | dual-sided control |
TRUE if the style described by the current entry is available. This field is always TRUE for all styles.
The SFTTABS_STYLETABLEA structure describes each available tab style.
The SFTTABS_STYLETABLEA structure is used by the SftTabs/DLL Wizard to display all available tab styles. The style table can be retrieved using the SftTabs_GetStyleTable function.
See Also C/C++ API | C++ Classes | Notifications