Click or drag to resize

SeparatorController Methods

The SeparatorController type exposes the following members.

Methods
 NameDescription
Public methodAbortMoving Request that the separator abort moving.
Public methodClearDragRect Reset the dragging rect to prevent any dragging starting.
(Inherited from ButtonController)
Public methodDispose Dispose of object resources.
Public methodDoubleClick Left mouse button double click.
(Inherited from ButtonController)
Protected methodDrawSeparatorRemoved Remove drawing of any splitter.
Protected methodDrawSeparatorReposition Redraw the splitter in the new position.
Protected methodDrawSeparatorStarting Draw the initial separator position.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets 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.
(Overrides ButtonControllerKeyDown(Control, KeyEventArgs))
Public methodKeyPress Key has been pressed.
(Inherited from ButtonController)
Public methodKeyUp Key has been released.
(Overrides ButtonControllerKeyUp(Control, KeyEventArgs))
Public methodLostFocus Source control has lost the focus.
(Overrides ButtonControllerLostFocus(Control))
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMouseDown Mouse button has been pressed in the view.
(Overrides ButtonControllerMouseDown(Control, Point, MouseButtons))
Public methodMouseEnter Mouse has entered the view.
(Inherited from ButtonController)
Public methodMouseLeave Mouse has left the view.
(Overrides ButtonControllerMouseLeave(Control, ViewBase))
Public methodMouseMove Mouse has moved inside the view.
(Overrides ButtonControllerMouseMove(Control, Point))
Public methodMouseUp Mouse button has been released in the view.
(Overrides ButtonControllerMouseUp(Control, Point, MouseButtons))
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodUpdateTargetState(Control) Set the correct visual state of the target.
(Inherited from ButtonController)
Protected methodUpdateTargetState(Point) Set the correct visual state of the target.
(Inherited from ButtonController)
Protected methodViewIsPartOfButton Discovers if the provided view is part of the button.
(Inherited from ButtonController)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also