TabEnhancedShape Property
Applies To
fpSpread control
Description
Sets or returns the shape of the tabs.
Syntax
long CSpreadSheet::GetTabEnhancedShape( );
void CSpreadSheet::SetTabEnhancedShape(long value);
[form.]fpSpread.TabEnhancedShape[ = setting%]
Remarks
The following settings are available:
Setting | Description | Constant |
---|---|---|
0 - Rectangle | (Default) Display the rectangle shape for the sheet tab | TabEnhancedShapeRectangle |
1 - RoundedRectangle | Display the round rectangle shape for the sheet tab | TabEnhancedShapeRoundedRectangle |
2 - Trapezoid | Display the trapezoid shape for the sheet tab | TabEnhancedShapeTrapezoid |
3 - IsoscelesTrapezoid | Display the isosceles trapezoid shape for the sheet tab | TabEnhancedShapeIsoscelesTrapezoid |
Set the TabStripFont property to specify the font settings for the text displayed in the sheet tabs. Set the TabStripRatio property to specify the width of the tab strip in relation to the width of the control.
Spread Designer
Choose the Book menu, then the Sheet and Tab menu, select the Sheet and Tab tab, and then choose an item in the Enhanced Shape combo box in the Tab Strip group box in the Book Settings dialog box.
Data Type
Integer (Enumerated)
See Also
TabStripFont, TabStripRatio properties
DLL Correspondence
SSGetTabEnhancedShape, SSSetTabEnhancedShape functions