CheckBoxRenderer::DrawCheckBox Method (Graphics^, Point, CheckBoxState)
.NET Framework (current version)
Draws a check box control in the specified state and location.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- g
-
Type:
System.Drawing::Graphics^
The Graphics used to draw the check box.
- glyphLocation
-
Type:
System.Drawing::Point
The Point to draw the check box glyph at.
- state
-
Type:
System.Windows.Forms.VisualStyles::CheckBoxState
One of the CheckBoxState values that specifies the visual state of the check box.
If visual styles are enabled in the operating system and visual styles are applied to the current application, this method will draw the check box with the current visual style. Otherwise, it will draw the check box with the classic Windows style.
.NET Framework
Available since 2.0
Available since 2.0
Show: