SeparatorController Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public class SeparatorController : ButtonController, IDisposable
The SeparatorController type exposes the following members.
| Name | Description | |
|---|---|---|
| SeparatorController |
Initialize a new instance of the SeparatorController class.
|
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets and sets if dragging is allowed.
(Inherited from ButtonController.) | |
| BecomesFixed |
Gets and sets if the button becomes fixed in pressed appearance when pressed.
(Inherited from ButtonController.) | |
| BecomesRightFixed |
Gets and sets if the button becomes fixed in pressed appearance when pressed.
(Inherited from ButtonController.) | |
| Captured |
Gets a value indicating if mouse input is being captured.
(Inherited from ButtonController.) | |
| ClickOnDown |
Gets and sets if the press down should cause the click.
(Inherited from ButtonController.) | |
| DrawMoveIndicator |
Gets and sets the drawing of the movement indicator.
| |
| Id |
Gets the unique identifier of the object.
(Inherited from GlobalId.) | |
| IgnoreVisualFormLeftButtonDown |
Should the left mouse down be ignored when present on a visual form border area.
(Inherited from ButtonController.) | |
| IsMoving |
Gets a value indicating if the separator is moving.
| |
| IsOnlyPressedWhenOver |
Gets a value indicating if the state is pressed only when over button.
(Overrides ButtonControllerIsOnlyPressedWhenOver.) | |
| IsOperating |
Get a value indicating if the controller is operating
(Overrides ButtonControllerIsOperating.) | |
| MousePoint |
Gets the current tracking mouse point.
(Inherited from ButtonController.) | |
| NeedPaint |
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from ButtonController.) | |
| NonClientAsNormal |
Gets and sets the drawing of a non client mouse position when pressed as normal.
(Inherited from ButtonController.) | |
| Repeat |
Gets and sets the need for repeat clicks.
(Inherited from ButtonController.) | |
| SplitRectangle |
Gets and sets the area of the button which is split.
(Inherited from ButtonController.) | |
| Tag |
Gets and sets the user data associated with the controller.
(Inherited from ButtonController.) | |
| Target |
Gets access to the associated target of the controller.
(Inherited from ButtonController.) |
| Name | Description | |
|---|---|---|
| AbortMoving |
Request that the separator abort moving.
| |
| ClearDragRect |
Reset the dragging rect to prevent any dragging starting.
(Inherited from ButtonController.) | |
| Dispose |
Dispose of object resources.
| |
| DoubleClick |
Left mouse button double click.
(Inherited from ButtonController.) | |
| DrawSeparatorRemoved |
Remove drawing of any splitter.
| |
| DrawSeparatorReposition |
Redraw the splitter in the new position.
| |
| DrawSeparatorStarting |
Draw the initial separator position.
| |
| 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.
(Overrides ButtonControllerKeyDown(Control, KeyEventArgs).) | |
| KeyPress |
Key has been pressed.
(Inherited from ButtonController.) | |
| KeyUp |
Key has been released.
(Overrides ButtonControllerKeyUp(Control, KeyEventArgs).) | |
| LostFocus |
Source control has lost the focus.
(Overrides ButtonControllerLostFocus(Control).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MouseDown |
Mouse button has been pressed in the view.
(Overrides ButtonControllerMouseDown(Control, Point, MouseButtons).) | |
| MouseEnter |
Mouse has entered the view.
(Inherited from ButtonController.) | |
| MouseLeave |
Mouse has left the view.
(Overrides ButtonControllerMouseLeave(Control, ViewBase).) | |
| MouseMove |
Mouse has moved inside the view.
(Overrides ButtonControllerMouseMove(Control, Point).) | |
| MouseUp |
Mouse button has been released in the view.
(Overrides ButtonControllerMouseUp(Control, Point, MouseButtons).) | |
| 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.
(Inherited from ButtonController.) |
| Name | Description | |
|---|---|---|
| ButtonDragOffset |
Occurs when the dragging inside the button drag rectangle.
(Inherited from ButtonController.) | |
| ButtonDragRectangle |
Occurs when the drag rectangle for the button is required.
(Inherited from ButtonController.) | |
| Click |
Occurs when the mouse is used to left click the target.
(Inherited from ButtonController.) | |
| DragEnd |
Occurs when drag ends.
(Inherited from ButtonController.) | |
| DragMove |
Occurs when drag moves.
(Inherited from ButtonController.) | |
| DragQuit |
Occurs when drag quits.
(Inherited from ButtonController.) | |
| DragStart |
Occurs when start of drag operation occurs.
(Inherited from ButtonController.) | |
| MiddleClick |
Occurs when the mouse is used to right click the target.
(Inherited from ButtonController.) | |
| MouseSelect |
Occurs when the mouse is used to left select the target.
(Inherited from ButtonController.) | |
| RightClick |
Occurs when the mouse is used to right click the target.
(Inherited from ButtonController.) |
| 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.) |