HorizontalUsageGraph.OnPaint Method (PaintEventArgs)
Raises the Paint event.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnPaint(
PaintEventArgs e
)
protected:
virtual void OnPaint(
PaintEventArgs^ e
) override
Protected Overrides Sub OnPaint (
e As PaintEventArgs
)
Parameters
e
Type: System.Windows.Forms.PaintEventArgsThe event data.
See Also
Paint
PaintEventArgs
HorizontalUsageGraph Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top