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