WinFormsOBPartBase.OnPaint Method
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.