Vcl.Taskbar.TWindowPreviewItemRequestEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar Vcl.Taskbar


Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis OnWindowPreviewItemRequest.

Siehe auch