Hide

SftTabs/DLL 6.5 - Tab Control

Display
Print

SFTTABS_STYLETABLEA Structure

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;

Members

lpszDesc

The text description of the tab style.

lpszStyle

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.

style

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).

styleEx

The supported attributes of the tab style.

SFTTABSSTYLE_EX_DUALdual-sided control

fAvailable

TRUE if the style described by the current entry is available. This field is always TRUE for all styles.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.