Vcl.ComCtrls.TCustomTabControl.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TTabStyle read FStyle write SetStyle default tsTabs;

C++

__property TTabStyle Style = {read=FStyle, write=SetStyle, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

Description

Specifies the style of the tab control.

Use Style to determine the appearance of the tabs. These can appear as notebook tabs or as buttons.