'Declaration Protected Overridable Sub PaintBackground( _ ByVal e As PaintEventArgs _ )
'Usage Dim instance As WinButton Dim e As PaintEventArgs instance.PaintBackground(e)
protected virtual void PaintBackground( PaintEventArgs e )
Parameters
- e
- A System.Windows.Forms.PaintEventArgs that contains the event data.