Vcl.Taskbar.TWindowPreviewItemRequestEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWindowPreviewItemRequestEvent = procedure (Sender: TObject; var Position: TPoint; PreviewBitmap: TBitmap) of object;

C++

typedef void __fastcall (__closure *TWindowPreviewItemRequestEvent)(System::TObject* Sender, System::Types::TPoint &Position, Vcl::Graphics::TBitmap* PreviewBitmap);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar Vcl.Taskbar

Description

Type of event handler for the OnWindowPreviewItemRequest.

See Also