SSGetTabEnhancedShape, SSSetTabEnhancedShape Functions
Applies To
fpSpread DLL control
Description
Set or return the shape of the tabs.
Syntax
C
WORD SSGetTabEnhancedShape(HWND hWnd);
WORD SSSetTabEnhancedShape(HWND hWnd, WORD wStyle);
C++
WORD TSpread::GetTabEnhancedShape(void);
WORD TSpread::SetTabEnhancedShape(WORD wStyle);
Parameters
The SSGetTabEnhancedShape function has the following parameter:
| Parameter | Description |
| hWnd | Window handle of the fpSpread control |
The SSSetTabEnhancedShape function has the following parameters:
| Parameter | Description | |
|---|---|---|
| hWnd | Window handle of the fpSpread control | |
| wStyle | Shape of the tab to use | |
| Constant | Description | |
| 0 | SS_TABENHANCEDSHAPE_RECTANGLE | Display the rectangle shape for the sheet tab |
| 1 | SS_TABENHANCEDSHAPE_ROUNDEDRECTANGLE | Display the round rectangle shape for the sheet tab |
| 2 | SS_TABENHANCEDSHAPE_TRAPEZOID | Display the trapezoid shape for the sheet tab |
| 3 | SS_TABENHANCEDSHAPE_ISOSCELESTRAPEZOID | Display the isosceles trapezoid shape for the sheet tab |
Remarks
This function is applied to the entire control.
Return Value
Value for the wStyle parameter.
See Also
SSSetHighlightStyle, SSSetHighlightAlphaBlend functions
ActiveX Correspondence
AppearanceStyle, TabEnhancedShape, HighlightStyle properties