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