CheckGroupBoxOnPaintBackground Method
Paints the background of the control.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected override void OnPaintBackground(
PaintEventArgs pevent
)
Protected Overrides Sub OnPaintBackground (
pevent As PaintEventArgs
)
protected:
virtual void OnPaintBackground(
PaintEventArgs^ pevent
) override
abstract OnPaintBackground :
pevent : PaintEventArgs -> unit
override OnPaintBackground :
pevent : PaintEventArgs -> unit
Parameters
- pevent PaintEventArgs
- A PaintEventArgs that contains information about the control to paint.