Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the Paint event.
Namespace: Microsoft.WindowsServerSolutions.Common.WizardBase
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnPaint(
PaintEventArgs pe
)
protected:
virtual void OnPaint(
PaintEventArgs^ pe
) override
Protected Overrides Sub OnPaint (
pe As PaintEventArgs
)
Parameters
pe
Type: System.Windows.Forms.PaintEventArgsThe event data.
See Also
GlowingLabel Class
Microsoft.WindowsServerSolutions.Common.WizardBase Namespace
Return to top