CheckBoxRenderer::DrawCheckBox Method
.NET Framework (current version)
Draws a check box control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawCheckBox(Graphics^, Point, CheckBoxState) | Draws a check box control in the specified state and location. |
![]() ![]() | DrawCheckBox(Graphics^, Point, Rectangle, String^, Font^, Boolean, CheckBoxState) | Draws a check box control in the specified state and location, with the specified text, and with an optional focus rectangle. |
![]() ![]() | DrawCheckBox(Graphics^, Point, Rectangle, String^, Font^, Image^, Rectangle, Boolean, CheckBoxState) | Draws a check box control in the specified state and location, with the specified text and image, and with an optional focus rectangle. |
![]() ![]() | DrawCheckBox(Graphics^, Point, Rectangle, String^, Font^, TextFormatFlags, Boolean, CheckBoxState) | Draws a check box control in the specified state and location, with the specified text and text formatting, and with an optional focus rectangle. |
![]() ![]() | DrawCheckBox(Graphics^, Point, Rectangle, String^, Font^, TextFormatFlags, Image^, Rectangle, Boolean, CheckBoxState) | Draws a check box control in the specified state and location; with the specified text, text formatting, and image; and with an optional focus rectangle. |
Show:

