CheckBoxRenderer.DrawCheckBox Method (Graphics, Point, Rectangle, String, Font, Image, Rectangle, Boolean, CheckBoxState)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Draws a check box control in the specified state and location, with the specified text and image, and with an optional focus rectangle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public static void DrawCheckBox( Graphics g, Point glyphLocation, Rectangle textBounds, string checkBoxText, Font font, Image image, Rectangle imageBounds, bool focused, CheckBoxState state )
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.
- textBounds
-
Type:
System.Drawing.Rectangle
The Rectangle to draw checkBoxText in.
- checkBoxText
-
Type:
System.String
The String to draw with the check box.
- font
-
Type:
System.Drawing.Font
The Font to apply to checkBoxText.
- image
-
Type:
System.Drawing.Image
The Image to draw with the check box.
- imageBounds
-
Type:
System.Drawing.Rectangle
The Rectangle that represents the dimensions of image.
- focused
-
Type:
System.Boolean
true to draw a focus rectangle; otherwise, false.
- 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.
Available since 2.0