[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Drawing style used for the tabs on the control.
Source position: comctrls.pp line 788
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. |
|
|
Indicates the appearance or display style used for the tabs on the control. |
|
|
TTabStyle - enumerated type for tab style: normal, buttons or flat buttons. |
Version 4.0 | Generated 2025-05-03 | Home |