Vcl.TabNotBk.TTabbedNotebook.TabFontChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TabFontChanged(Sender: TObject);

C++

void __fastcall TabFontChanged(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

Invalidates the tabs when the TabFont property changes.

TabFontChanged is called automatically when the TabFont property changes. It invalidates the notebook so that the tabs are repainted in the new font.

See Also