Skip to main content

TcxCustomGroupBox.OnCustomDraw Event

Allows you to custom paint a group box.

Declaration

property OnCustomDraw: TcxGroupBoxCustomDrawEvent read; write;

Remarks

The OnCustomDraw event fires when the group box is about to be drawn.

Sender specifies the group box to be drawn.

ADone specifies whether the default rendering is required. Set ADone to True, to prevent default code execution.

See Also