'Declaration Public Overloads Sub Draw( _ ByVal graphics As Graphics, _ ByVal renderInputControls As Boolean _ )
public void Draw( Graphics graphics, bool renderInputControls )
Parameters
- graphics
 - The System.Drawing.Graphics object to draw on.
 - renderInputControls
 - true to draw input controls (see RenderInputBase), false to ignore them.