Vcl.Taskbar.TCustomTaskbar.OnWindowPreviewItemRequest
Delphi
property OnWindowPreviewItemRequest: TWindowPreviewItemRequestEvent read FOnWindowPreviewItemRequest write FOnWindowPreviewItemRequest;
C++
__property TWindowPreviewItemRequestEvent OnWindowPreviewItemRequest = {read=FOnWindowPreviewItemRequest, write=FOnWindowPreviewItemRequest};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | public | Vcl.Taskbar.pas Vcl.Taskbar.hpp |
Vcl.Taskbar | TCustomTaskbar |
Description
Occurs when the system requires the window preview of a thumb preview of the Windows task bar.
- Note: This event can be triggered when the customized preview property is set to
True.
This event provides the following arguments to its event handler:
Senderis the TObject that requires the window preview.Positionis an offset value to render the window preview in the screen.PreviewBitmapis the graphical image that contains the window preview.