Click or drag to resize

SeparatorController Class

Process mouse events for a separator style element.
Inheritance Hierarchy

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public class SeparatorController : ButtonController, 
	IDisposable

The SeparatorController type exposes the following members.

Constructors
  NameDescription
Public methodSeparatorController
Initialize a new instance of the SeparatorController class.
Top
Properties
  NameDescription
Public propertyAllowDragging
Gets and sets if dragging is allowed.
(Inherited from ButtonController.)
Public propertyBecomesFixed
Gets and sets if the button becomes fixed in pressed appearance when pressed.
(Inherited from ButtonController.)
Public propertyBecomesRightFixed
Gets and sets if the button becomes fixed in pressed appearance when pressed.
(Inherited from ButtonController.)
Protected propertyCaptured
Gets a value indicating if mouse input is being captured.
(Inherited from ButtonController.)
Public propertyClickOnDown
Gets and sets if the press down should cause the click.
(Inherited from ButtonController.)
Public propertyDrawMoveIndicator
Gets and sets the drawing of the movement indicator.
Public propertyId
Gets the unique identifier of the object.
(Inherited from GlobalId.)
Public propertyIgnoreVisualFormLeftButtonDown
Should the left mouse down be ignored when present on a visual form border area.
(Inherited from ButtonController.)
Public propertyIsMoving
Gets a value indicating if the separator is moving.
Protected propertyIsOnlyPressedWhenOver
Gets a value indicating if the state is pressed only when over button.
(Overrides ButtonControllerIsOnlyPressedWhenOver.)
Protected propertyIsOperating
Get a value indicating if the controller is operating
(Overrides ButtonControllerIsOperating.)
Public propertyMousePoint
Gets the current tracking mouse point.
(Inherited from ButtonController.)
Public propertyNeedPaint
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from ButtonController.)
Public propertyNonClientAsNormal
Gets and sets the drawing of a non client mouse position when pressed as normal.
(Inherited from ButtonController.)
Public propertyRepeat
Gets and sets the need for repeat clicks.
(Inherited from ButtonController.)
Public propertySplitRectangle
Gets and sets the area of the button which is split.
(Inherited from ButtonController.)
Public propertyTag
Gets and sets the user data associated with the controller.
(Inherited from ButtonController.)
Public propertyTarget
Gets access to the associated target of the controller.
(Inherited from ButtonController.)
Top
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 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.
(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 methodMemberwiseClone
Creates 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 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.
(Inherited from ButtonController.)
Top
Events
  NameDescription
Public eventButtonDragOffset
Occurs when the dragging inside the button drag rectangle.
(Inherited from ButtonController.)
Public eventButtonDragRectangle
Occurs when the drag rectangle for the button is required.
(Inherited from ButtonController.)
Public eventClick
Occurs when the mouse is used to left click the target.
(Inherited from ButtonController.)
Public eventDragEnd
Occurs when drag ends.
(Inherited from ButtonController.)
Public eventDragMove
Occurs when drag moves.
(Inherited from ButtonController.)
Public eventDragQuit
Occurs when drag quits.
(Inherited from ButtonController.)
Public eventDragStart
Occurs when start of drag operation occurs.
(Inherited from ButtonController.)
Public eventMiddleClick
Occurs when the mouse is used to right click the target.
(Inherited from ButtonController.)
Public eventMouseSelect
Occurs when the mouse is used to left select the target.
(Inherited from ButtonController.)
Public eventRightClick
Occurs when the mouse is used to right click the target.
(Inherited from ButtonController.)
Top
Extension Methods
See Also