Vcl.TabNotBk.TTabbedNotebook.TabFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabFont: TFont read FTabFont write SetTabFont;

C++

__property Vcl::Graphics::TFont* TabFont = {read=FTabFont, write=SetTabFont};

Properties

Type Visibility Source Unit Parent
property published
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

Determines the font used on the tabs of the tabbed notebook control.

Use TabFont to specify the font characteristics used to display the label on the tabs of the notebook.

Note: The text on the selected tab is boldfaced if the selected font for the TabFont property is not also boldfaced.

See Also