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.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected Overrides Sub OnPaint ( _
e As PaintEventArgs _
)
'Usage
Dim e As PaintEventArgs
Me.OnPaint(e)
protected override void OnPaint(
PaintEventArgs e
)
Parameters
- e
Type: System.Windows.Forms.PaintEventArgs
A PaintEventArgs that contains the event data.