Drawing style used for the tabs on the control.
Source position: comctrls.pp line 782
public property TTabControlNoteBookStrings.Style : TTabStyle |
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.
|
TabControlBoundsChange - method for dealing with a change in the bounds of a Tab Control. |
|
|
The tab control where the string values are displayed as the caption for the tabs. |
|
|
Style - Tabs, buttons or flat buttons? |
|
|
TTabStyle - enumerated type for tab style: normal, buttons or flat buttons. |