CheckBoxRenderer Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawCheckBox(Graphics^, Point, CheckBoxState) | Draws a check box control in the specified state and location. |
![]() ![]() | DrawCheckBox(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. |
![]() ![]() | DrawCheckBox(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. |
![]() ![]() | DrawCheckBox(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. |
![]() ![]() | DrawCheckBox(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. |
![]() ![]() | DrawParentBackground(Graphics^, Rectangle, Control^) | Draws the background of a control's parent in the specified area. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | GetGlyphSize(Graphics^, CheckBoxState) | Returns the size of the check box glyph. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | IsBackgroundPartiallyTransparent(CheckBoxState) | Indicates whether the background of the check box has semitransparent or alpha-blended pieces. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

