Click or drag to resize

PageButtonController Methods

The PageButtonController type exposes the following members.

Methods
  NameDescription
Public methodClearDragRect
Reset the dragging rect to prevent any dragging starting.
(Inherited from ButtonController.)
Public methodDoubleClick
Left mouse button double click.
(Inherited from ButtonController.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGotFocus
Source control has lost the focus.
(Inherited from ButtonController.)
Public methodKeyDown
Key has been pressed down.
(Inherited from ButtonController.)
Public methodKeyPress
Key has been pressed.
(Inherited from ButtonController.)
Public methodKeyUp
Key has been released.
(Inherited from ButtonController.)
Public methodLostFocus
Source control has lost the focus.
(Inherited from ButtonController.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMouseDown
Mouse button has been pressed in the view.
(Inherited from ButtonController.)
Public methodMouseEnter
Mouse has entered the view.
(Inherited from ButtonController.)
Public methodMouseLeave
Mouse has left the view.
(Inherited from ButtonController.)
Public methodMouseMove
Mouse has moved inside the view.
(Inherited from ButtonController.)
Public methodMouseUp
Mouse button has been released in the view.
(Inherited from ButtonController.)
Protected methodOnButtonDragOffset
Raises the ButtonDragOffset event.
(Inherited from ButtonController.)
Protected methodOnButtonDragRectangle
Raises the ButtonDragRectangle event.
(Inherited from ButtonController.)
Protected methodOnClick
Raises the Click event.
(Inherited from ButtonController.)
Protected methodOnDragEnd
Raises the DragEnd event.
(Inherited from ButtonController.)
Protected methodOnDragMove
Raises the DragMove event.
(Inherited from ButtonController.)
Protected methodOnDragQuit
Raises the DragQuit event.
(Inherited from ButtonController.)
Protected methodOnDragStart
Raises the DragStart event.
(Inherited from ButtonController.)
Protected methodOnMiddleClick
Raises the MiddleClick event.
(Inherited from ButtonController.)
Protected methodOnMouseSelect
Raises the MouseSelect event.
(Inherited from ButtonController.)
Protected methodOnNeedPaint
Raises the NeedPaint event.
(Inherited from ButtonController.)
Protected methodOnRightClick
Raises the RightClick event.
(Inherited from ButtonController.)
Public methodPerformNeedPaint
Fires the NeedPaint event.
(Inherited from ButtonController.)
Public methodPerformNeedPaint(Boolean)
Fires the NeedPaint event.
(Inherited from ButtonController.)
Public methodRemoveFixed
Remove the fixed pressed mode.
(Inherited from ButtonController.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdateTargetState(Point)
Set the correct visual state of the target.
(Inherited from ButtonController.)
Protected methodUpdateTargetState(Control)
Set the correct visual state of the target.
(Inherited from ButtonController.)
Protected methodViewIsPartOfButton
Discovers if the provided view is part of the button.
(Overrides ButtonControllerViewIsPartOfButton(ViewBase).)
Top
Extension Methods
See Also