PageButtonController Methods |
The PageButtonController type exposes the following members.
Name | Description | |
---|---|---|
ClearDragRect |
Reset the dragging rect to prevent any dragging starting.
(Inherited from ButtonController.) | |
DoubleClick |
Left mouse button double click.
(Inherited from ButtonController.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GotFocus |
Source control has lost the focus.
(Inherited from ButtonController.) | |
KeyDown |
Key has been pressed down.
(Inherited from ButtonController.) | |
KeyPress |
Key has been pressed.
(Inherited from ButtonController.) | |
KeyUp |
Key has been released.
(Inherited from ButtonController.) | |
LostFocus |
Source control has lost the focus.
(Inherited from ButtonController.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MouseDown |
Mouse button has been pressed in the view.
(Inherited from ButtonController.) | |
MouseEnter |
Mouse has entered the view.
(Inherited from ButtonController.) | |
MouseLeave |
Mouse has left the view.
(Inherited from ButtonController.) | |
MouseMove |
Mouse has moved inside the view.
(Inherited from ButtonController.) | |
MouseUp |
Mouse button has been released in the view.
(Inherited from ButtonController.) | |
OnButtonDragOffset |
Raises the ButtonDragOffset event.
(Inherited from ButtonController.) | |
OnButtonDragRectangle |
Raises the ButtonDragRectangle event.
(Inherited from ButtonController.) | |
OnClick |
Raises the Click event.
(Inherited from ButtonController.) | |
OnDragEnd |
Raises the DragEnd event.
(Inherited from ButtonController.) | |
OnDragMove |
Raises the DragMove event.
(Inherited from ButtonController.) | |
OnDragQuit |
Raises the DragQuit event.
(Inherited from ButtonController.) | |
OnDragStart |
Raises the DragStart event.
(Inherited from ButtonController.) | |
OnMiddleClick |
Raises the MiddleClick event.
(Inherited from ButtonController.) | |
OnMouseSelect |
Raises the MouseSelect event.
(Inherited from ButtonController.) | |
OnNeedPaint |
Raises the NeedPaint event.
(Inherited from ButtonController.) | |
OnRightClick |
Raises the RightClick event.
(Inherited from ButtonController.) | |
PerformNeedPaint |
Fires the NeedPaint event.
(Inherited from ButtonController.) | |
PerformNeedPaint(Boolean) |
Fires the NeedPaint event.
(Inherited from ButtonController.) | |
RemoveFixed |
Remove the fixed pressed mode.
(Inherited from ButtonController.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateTargetState(Point) |
Set the correct visual state of the target.
(Inherited from ButtonController.) | |
UpdateTargetState(Control) |
Set the correct visual state of the target.
(Inherited from ButtonController.) | |
ViewIsPartOfButton |
Discovers if the provided view is part of the button.
(Overrides ButtonControllerViewIsPartOfButton(ViewBase).) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |