'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overrides Sub OnPaintBackground( _ ByVal pe As System.Windows.Forms.PaintEventArgs _ )
'Usage
Dim instance As WorkbookView Dim pe As System.Windows.Forms.PaintEventArgs instance.OnPaintBackground(pe)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected override void OnPaintBackground( System.Windows.Forms.PaintEventArgs pe )
Parameters
- pe