Spread 8.0 Documentation
TabEnhancedShape Property
Support Options
ActiveX Reference > ActiveX Properties > TabEnhancedShape Property

Glossary Item Box

TabEnhancedShape Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the shape of the tabs.

Syntax

C++

long CSpreadSheet::GetTabEnhancedShape( );
void CSpreadSheet::SetTabEnhancedShape(long value);

Visual Basic

[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

Customizing the Tab Strip

TabStripFont, TabStripRatio properties

DLL Correspondence

SSGetTabEnhancedShape, SSSetTabEnhancedShape functions

Copyright © GrapeCity, inc. All rights reserved.