RoundBackButton.OnPaint Method (PaintEventArgs)
Raises the Control.Paint event.
Namespace: Microsoft.WindowsServerSolutions.Common.WizardBase
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnPaint(
PaintEventArgs pevent
)
protected:
virtual void OnPaint(
PaintEventArgs^ pevent
) override
Protected Overrides Sub OnPaint (
pevent As PaintEventArgs
)
Parameters
pevent
Type: System.Windows.Forms.PaintEventArgsThe event data.
Remarks
This method changes the button shape to round and displays a corresponding image to the status assigned in the event.
See Also
RoundBackButton Class
Microsoft.WindowsServerSolutions.Common.WizardBase Namespace
Return to top