Vcl.Tabs.TMeasureTabEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TMeasureTabEvent)(System::TObject* Sender, int Index, int &TabWidth);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Tabs.hpp Vcl.Tabs Vcl.Tabs

Description

TMeasureTabEvent is the type for event handlers that indicate the size of the tabs in an owner-drawn TTabSet control.

Sender is the TTabSet control whose tab is about to be drawn.

Index identifies the position of the tab in the tab set control.

TabWidth is the width of the tab.

See Also