Skip to main content
A newer version of this page is available. .

TdxCustomDrawSelectionEvent Type

Declaration

TdxCustomDrawSelectionEvent = procedure(Sender: TdxCustomDockControl; DC: HDC; Zone: TdxZone; ARect: TRect; Erasing: Boolean; var Handled: Boolean) of object;

Parameters

Name Type
Sender TdxCustomDockControl
DC HDC
Zone TdxZone
ARect TRect
Erasing Boolean
Handled Boolean
See Also