CheckBoxRenderer::DrawCheckBox Method

 

Draws a check box control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDrawCheckBox(Graphics^, Point, CheckBoxState)

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

System_CAPS_pubmethodSystem_CAPS_staticDrawCheckBox(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.

System_CAPS_pubmethodSystem_CAPS_staticDrawCheckBox(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.

System_CAPS_pubmethodSystem_CAPS_staticDrawCheckBox(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.

System_CAPS_pubmethodSystem_CAPS_staticDrawCheckBox(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.

Return to top
Show: