System.Windows.Forms.CheckBoxRenderer.DrawCheckBox Method

Draws a check box control in the specified state and location.

Syntax

public static void DrawCheckBox (System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.CheckBoxState state)

Parameters

g
The System.Drawing.Graphics used to draw the check box.
glyphLocation
The System.Drawing.Point to draw the check box glyph at.
state
One of the System.Windows.Forms.VisualStyles.CheckBoxState values that specifies the visual state of the check box.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0