A check box-like manipulator.
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 bounds of this manipulator, relative to its parent, expressed as percentages. (Inherited from Button.) |
||
Gets or sets the background brush of the button when it is in normal state. (Inherited from Button.) |
||
Gets or sets the background brush of the button when it is in hovered state. (Inherited from Button.) |
||
Gets or sets the background brush of the button when it is in pressed state. (Inherited from Button.) |
||
Gets or sets a list with images. Each image in the list represents the appearance of the check box in its checked state: 0 - normal, 1 - pressed, 2 - disabled, 3 - hovered. |
||
Gets or sets a value indicating whether this manipulator can receive input focus. (Inherited from Manipulator.) |
||
Gets or sets the font of the button text. (Inherited from Button.) |
||
Gets or sets the image associated with the button. (Inherited from Button.) |
||
Gets or sets the alignment of the button image. (Inherited from Button.) |
||
Gets or sets a list with images. Each image in the list represents the appearance of the button in one of its states: 0 - normal, 1 - pressed, 2 - disabled, 3 - hovered. (Inherited from Button.) |
||
Gets or sets a value indicating whether the check box is checked. |
||
Gets or sets a value indicating whether this manipulator is enabled and can be interacted with. (Inherited from Manipulator.) |
||
Gets the target item of this manipulator. is attached to. (Inherited from Manipulator.) |
||
Gets or sets a value indicating the distance between the button border and its contents. (Inherited from Button.) |
||
Gets or sets the border pen of the button when it is in normal state. (Inherited from Button.) |
||
Gets or sets the border pen of the button when it is in hovered state. (Inherited from Button.) |
||
Gets or sets the border pen of the button when it is in pressed state. (Inherited from Button.) |
||
Gets or sets the text of the button. (Inherited from Button.) |
||
Gets or sets the color of the button text. (Inherited from Button.) |
||
Gets or sets the layout properties of the button text. (Inherited from Button.) |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether the manipulator currently holds the input focus. (Inherited from Manipulator.) |
||
Gets the current state of the button. (Inherited from Button.) |
Name | Description | |
---|---|---|
Manipulator.AddToRepaintRect override. (Inherited from Button.) |
||
Calls OnClick with argument transformed to local coordinates if necessary. (Inherited from Manipulator.) |
||
Called when the manipulator should cancel the current manipulation. (Inherited from Manipulator.) |
||
Button.Draw override. |
||
Returns whether the manipulator object draws in local or global coordinates. (Inherited from Manipulator.) |
||
Manipulator.HitTest override. (Inherited from Button.) |
||
Manipulator.NeedsMouseMessages override. (Inherited from Button.) |
||
Manipulator.HitTest override. (Inherited from Button.) |
||
Manipulator.OnGotFocus override. (Inherited from Button.) |
||
Manipulator.OnKeyDown override. (Inherited from Button.) |
||
Called when a character key is pressed when this manipulator has the input focus. (Inherited from Manipulator.) |
||
Manipulator.OnLostFocus override. (Inherited from Button.) |
||
Manipulator.OnMouseDown override. (Inherited from Button.) |
||
Manipulator.OnMouseMove override. (Inherited from Button.) |
||
Manipulator.OnMouseUp override. (Inherited from Button.) |
||
Called when the zoom factor in the diagram containing the manipulator has changed. (Inherited from Manipulator.) |
||
Returns the cursor that should be displayed when the mouse pointer is over this manipulator. (Inherited from Manipulator.) |
||
Manipulator.SupportClipping override. (Inherited from Button.) |
Name | Description | |
---|---|---|
Gets the absolute bounding rectangle of this manipulator. (Inherited from Button.) |
||
Button.GetImage override. |
||
Invalidates the appearance of the manipulator. (Inherited from Button.) |
||
Button.OnClicked override. |
||
Raises the CustomDraw event. (Inherited from Button.) |
||
Manipulator.OnIsEnabledChanged override. (Inherited from Button.) |
Name | Description | |
---|---|---|
Raised when the button is clicked. (Inherited from Button.) |
||
Raised when the button is drawn to allow for custom drawing. (Inherited from Button.) |