Vcl.Taskbar.TThumbPreviewItemRequestEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThumbPreviewItemRequestEvent = procedure (Sender: TObject; APreviewHeight: Integer; APreviewWidth: Integer; PreviewBitmap: TBitmap) of object;

C++

typedef void __fastcall (__closure *TThumbPreviewItemRequestEvent)(System::TObject* Sender, int APreviewHeight, int APreviewWidth, 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 OnThumbPreviewRequest.

See Also