Click or drag to resize

PageButtonController Class

Handle a button by ensuring that contained button specs are not treated as part of the button itself.
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.ToolkitGlobalId
    Internal.ComponentFactory.Krypton.ToolkitButtonController
      Internal.ComponentFactory.Krypton.NavigatorPageButtonController

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class PageButtonController : ButtonController

The PageButtonController type exposes the following members.

Constructors
 NameDescription
Public methodPageButtonController Initialize a new instance of the PageButtonController 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 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)
Protected propertyIsOnlyPressedWhenOver Gets a value indicating if the state is pressed only when over button.
(Inherited from ButtonController)
Protected propertyIsOperating Get a value indicating if the controller is operating
(Inherited from ButtonController)
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 methodClearDragRect Reset the dragging rect to prevent any dragging starting.
(Inherited from ButtonController)
Public methodDoubleClick Left mouse button double click.
(Inherited from ButtonController)
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.
(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 methodMemberwiseCloneCreates 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 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.
(Overrides ButtonControllerViewIsPartOfButton(ViewBase))
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
 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