'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub OnPaintBackground( _ ByVal pevent As System.Windows.Forms.PaintEventArgs _ )
'Usage
Dim instance As NUIElementHost Dim pevent As System.Windows.Forms.PaintEventArgs instance.OnPaintBackground(pevent)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void OnPaintBackground( System.Windows.Forms.PaintEventArgs pevent )
Parameters
- pevent