Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TTabControlNoteBookStrings.Style

Drawing style used for the tabs on the control.

Declaration

Source position: comctrls.pp line 782

public property TTabControlNoteBookStrings.Style : TTabStyle
  read GetStyle
  write SetStyle;

Description

Style is a TTabStyle property which controls the drawing style used for the tabs on the control. Read and write access to the property value is re-directed to the Style property in Notebook. The default value for the property is tsTabs, as set in the TCustomTabControl instance in NoteBook.

When a new value is assigned to the property, the TabControlBoundsChange method is called to re-calculate and apply the height and/or width for the tab control.

See also

TTabControlNoteBookStrings.TabControlBoundsChange

  

TabControlBoundsChange - method for dealing with a change in the bounds of a Tab Control.

TTabControlNoteBookStrings.NoteBook

  

The tab control where the string values are displayed as the caption for the tabs.

TCustomTabControl.Style

  

Style - Tabs, buttons or flat buttons?

TTabStyle

  

TTabStyle - enumerated type for tab style: normal, buttons or flat buttons.