'Declaration
Protected Overridable Sub PaintContent( _ ByVal e As System.Windows.Forms.PaintEventArgs _ )
'Usage
Dim instance As NControl Dim e As System.Windows.Forms.PaintEventArgs instance.PaintContent(e)
protected virtual void PaintContent( System.Windows.Forms.PaintEventArgs e )
Parameters
- e