'Declaration Public Overloads Sub DrawCheckBox( _ ByVal rectangle As Rectangle, _ ByVal checkState As CheckState, _ ByVal enabled As Boolean _ )
'Usage Dim instance As SmartItemPaint Dim rectangle As Rectangle Dim checkState As CheckState Dim enabled As Boolean instance.DrawCheckBox(rectangle, checkState, enabled)
public void DrawCheckBox( Rectangle rectangle, CheckState checkState, bool enabled )
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.
- enabled
- true if the checkbox should be drawn enabled; false otherwise.