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
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.
See Also
HighContrastVisibleButton Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top