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

Glossary Item Box

TabStripFont Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the font characteristics for the text in the tab strip.

Remarks

Set the attributes of the TabStripFont property to set the font characteristics for the text in the tab strip.

The attributes of the TabStripFont property default to the following values:

Attribute Default Value
Bold False
Italic False
Name MS Sans Serif
Size 8
Strikethrough False
Underline False

If you double-click the TabStripFont property in the Properties window, the control displays a Font dialog for setting font characteristics. You can also set font characteristics in code.

Note: If you are using the fpSpread control with a language that uses the double-byte character set (DBCS), you must change the TabStripFont property to specify a font that supports DBCS.

Note: When you set fonts, you are setting properties of a Font object. For more information about the Font object, see Font Object Settings.

Spread Designer

Choose the Book menu, then the Sheet and Tab menu, select the Sheet and Tab tab, and then choose the Font button in the Tab Strip group box in the Book Settings dialog box.

See Also

Font Object Settings
Setting the Font

TabStripPolicy property

DLL Correspondence

SSGetTabStripFont, SSSetTabStripFont functions

Copyright © GrapeCity, inc. All rights reserved.