Interactivity / EditorState / Selecting
EditorState.Selecting Class
Section titled “EditorState.Selecting Class”Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → InputElementState<NodifyEditor> → DragState<NodifyEditor> → EditorState.Selecting
References: NodifyEditor
public class Selecting : DragState<NodifyEditor>
Constructors
Section titled “Constructors”EditorState.Selecting(NodifyEditor)
Section titled “EditorState.Selecting(NodifyEditor)”public Selecting(NodifyEditor editor);
Parameters
editor
NodifyEditor
Properties
Section titled “Properties”CanBegin
Section titled “CanBegin”protected override bool CanBegin { get; set; }
Property Value
CanCancel
Section titled “CanCancel”protected override bool CanCancel { get; set; }
Property Value
HasContextMenu
Section titled “HasContextMenu”protected override bool HasContextMenu { get; set; }
Property Value
IsToggle
Section titled “IsToggle”protected override bool IsToggle { get; set; }
Property Value
Methods
Section titled “Methods”OnBegin(InputEventArgs)
Section titled “OnBegin(InputEventArgs)”protected override void OnBegin(InputEventArgs e);
Parameters
OnCancel(InputEventArgs)
Section titled “OnCancel(InputEventArgs)”protected override void OnCancel(InputEventArgs e);
Parameters
OnEnd(InputEventArgs)
Section titled “OnEnd(InputEventArgs)”protected override void OnEnd(InputEventArgs e);
Parameters
OnMouseMove(MouseEventArgs)
Section titled “OnMouseMove(MouseEventArgs)”protected override void OnMouseMove(MouseEventArgs e);
Parameters