'Declaration
Protected Overridable Sub DrawCheckMark( _ ByVal g As System.Drawing.Graphics, _ ByVal item As NListBoxItem _ )
'Usage
Dim instance As NListBoxRenderer Dim g As System.Drawing.Graphics Dim item As NListBoxItem instance.DrawCheckMark(g, item)
protected virtual void DrawCheckMark( System.Drawing.Graphics g, NListBoxItem item )
Parameters
- g
- item