Search
CheckBox Methods
 


 Public Methods

  Name Description

AddToRepaintRect

Manipulator.AddToRepaintRect override. (Inherited from Button.)

Apply

Calls OnClick with argument transformed to local coordinates if necessary. (Inherited from Manipulator.)

Cancel

Called when the manipulator should cancel the current manipulation. (Inherited from Manipulator.)

Draw

Button.Draw override.

DrawsInLocalCoordinates

Returns whether the manipulator object draws in local or global coordinates. (Inherited from Manipulator.)

HitTest

Manipulator.HitTest override. (Inherited from Button.)

NeedsMouseMessages

Manipulator.NeedsMouseMessages override. (Inherited from Button.)

OnClick

Manipulator.HitTest override. (Inherited from Button.)

OnGotFocus

Manipulator.OnGotFocus override. (Inherited from Button.)

OnKeyDown

Manipulator.OnKeyDown override. (Inherited from Button.)

OnKeyPress

Called when a character key is pressed when this manipulator has the input focus. (Inherited from Manipulator.)

OnLostFocus

Manipulator.OnLostFocus override. (Inherited from Button.)

OnMouseDown

Manipulator.OnMouseDown override. (Inherited from Button.)

OnMouseMove

Manipulator.OnMouseMove override. (Inherited from Button.)

OnMouseUp

Manipulator.OnMouseUp override. (Inherited from Button.)

OnZoomChanged

Called when the zoom factor in the diagram containing the manipulator has changed. (Inherited from Manipulator.)

SetMouseCursor

Returns the cursor that should be displayed when the mouse pointer is over this manipulator. (Inherited from Manipulator.)

SupportClipping

Manipulator.SupportClipping override. (Inherited from Button.)

 Protected Methods

  Name Description

GetBounds

Gets the absolute bounding rectangle of this manipulator. (Inherited from Button.)

GetImage

Button.GetImage override.

Invalidate

Invalidates the appearance of the manipulator. (Inherited from Button.)

OnClicked

Button.OnClicked override.

OnCustomDraw

Raises the CustomDraw event. (Inherited from Button.)

OnIsEnabledChanged

Manipulator.OnIsEnabledChanged override. (Inherited from Button.)

 See Also