ControlPaint::DrawMixedCheckBox Method (Graphics^, Rectangle, ButtonState)
.NET Framework (current version)
Draws a three-state check box control in the specified state, on the specified graphics surface, and within the specified bounds.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawMixedCheckBox( Graphics^ graphics, Rectangle rectangle, ButtonState state )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- rectangle
-
Type:
System.Drawing::Rectangle
The Rectangle that represents the dimensions of the check box.
- state
-
Type:
System.Windows.Forms::ButtonState
A bitwise combination of the ButtonState values that specifies the state to draw the check box in.
.NET Framework
Available since 1.1
Available since 1.1
Show: