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