Represents a custom-drawn check boxes.
The following tables list the members exposed by the CheckBox type.
Name | Description | |
---|---|---|
Initializes a new instance of the CheckBox class. |
Name | Description | |
---|---|---|
Gets or sets the brush used to fill the button when it is in normal state. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to fill the button when it is disabled. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to fill the button when it is being pressed. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to fill the button when it is being hovered. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to draw the button border. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to draw the button border when the button is disabled. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to draw the button border when the button is being pressed. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to draw the button border when the button is being hovered. (Inherited from ButtonBase.) |
||
Gets or sets the thickness of the button border. (Inherited from ButtonBase.) |
||
Gets or sets the current state of the checkbox. |
||
Gets or sets the alignment of the check box and text. |
||
Gets or set the type of custom drawing for the button. (Inherited from ButtonBase.) |
||
Gets or sets a value indicating whether the button receives the input focus when it is clicked by the mouse. (Inherited from ButtonBase.) |
||
Gets or sets the font of the text displayed by the button. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to draw the button content. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to draw the button content when the button is disabled. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to draw the button content when the button is being pressed. (Inherited from ButtonBase.) |
||
Gets or sets the brush used to draw the button content when the button is being hovered. (Inherited from ButtonBase.) |
||
Gets or sets the padding within the control. |
||
Gets or sets a value indicating whether a focus rectangle should be drawn when the control has the input focus. (Inherited from ButtonBase.) |
||
Gets or sets the text display by the button. (Inherited from ButtonBase.) |
||
Gets or sets the alignment of the text in the button control. (Inherited from ButtonBase.) |
||
Gets or sets a value indicating whether the check box can be in intermediate state. |
Name | Description | |
---|---|---|
Raises the CheckStateChanged event. |
||
Control.OnClick override. |
||
Control.OnDoubleClick override. (Inherited from ButtonBase.) |
||
Raises the Down event. (Inherited from ButtonBase.) |
||
Raises the Draw event. (Inherited from ButtonBase.) |
||
Control.OnGotFocus override. (Inherited from ButtonBase.) |
||
Control.OnLostFocus override. (Inherited from ButtonBase.) |
||
Control.OnMouseDown override. (Inherited from ButtonBase.) |
||
Control.OnMouseEnter override. (Inherited from ButtonBase.) |
||
Control.OnMouseLeave override. (Inherited from ButtonBase.) |
||
Control.OnMouseMove override. (Inherited from ButtonBase.) |
||
Control.OnMouseUp override. (Inherited from ButtonBase.) |
||
Control.OnPaint override. |
||
Control.OnPaintBackground override. (Inherited from ButtonBase.) |
||
Control.ProcessDialogKey override. (Inherited from ButtonBase.) |
Name | Description | |
---|---|---|
Raised when the CheckState property have been changed interactively. |
||
Occurs when the mouse is pressed over the button. (Inherited from ButtonBase.) |
||
Occurs when the button is being painted. (Inherited from ButtonBase.) |