'Declaration Public Overloads Sub DrawCheckBox( _ ByVal rectangle As Rectangle, _ ByVal checkState As CheckState _ )
'Usage Dim instance As SmartItemPaint Dim rectangle As Rectangle Dim checkState As CheckState instance.DrawCheckBox(rectangle, checkState)
public void DrawCheckBox( Rectangle rectangle, CheckState checkState )
Parameters
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle in which to draw the checkbox.
- checkState
- A System.Windows.Forms.CheckState value representing the check state of the checkbox.