AdvancedCheckBoxOnPaint Method
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected override void OnPaint(
PaintEventArgs e
)
Protected Overrides Sub OnPaint (
e As PaintEventArgs
)
protected:
virtual void OnPaint(
PaintEventArgs^ e
) override
abstract OnPaint :
e : PaintEventArgs -> unit
override OnPaint :
e : PaintEventArgs -> unit
Parameters
- e PaintEventArgs
- A PaintEventArgs that contains the event data.
It is not recommended to override this method, unless it is really justified. Consider to override
OnPaintState
instead, where painting the desired state of the control can be applied without interfering with the fading animation.