Vcl.Taskbar.TTaskbar.TabProperties
Delphi
property TabProperties: TThumbTabProperties read FTabProperties write SetTabProperties;
C++
__property TabProperties;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.Taskbar.pas Vcl.Taskbar.hpp |
Vcl.Taskbar | TTaskbar |
Description
Specifies how are the multiple tabs (forms) displayed in the task bar. {{#multireplace:Vcl.Taskbar.TTaskbar.TabProperties|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Win.TaskbarCore.TTaskbarBase.TabProperties|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Win.TaskbarCore.TTaskbarBase.TabProperties|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Specifies how are the multiple tabs (forms) displayed in the task bar.
TabProperties specifies how the taskbar buttons and previews are displayed for multiple tabs.
| Value | Meaning |
|---|---|
|
AppThumbAlways |
Thumbnail displays the preview for the main window of the application. |
|
AppThumbWhenActive |
Thumbnail displays the preview for the main window of the application when the form is active, and its own preview when the form is not active. |
|
AppPeekAlways |
Thumbnail always displays the preview of the main form of the application. |
|
AppPeekWhenActive |
Thumbnail displays the preview of the main form of the application when the form is active, and its own preview when the form is not active. |
|
CustomizedPreview |
The form requires a customized preview, so OnThumbPreviewRequest and OnWindowPreviewItemRequest are triggered when the system requires a thumbnail preview or a window preview. |