Usages of ClickInputMode
Properties
| clickInputMode | in GraphInputMode | Gets or sets the ClickInputMode that is used by this instance to determine clicks. | |
| clickInputMode | in OverviewInputMode | Gets the clickInputMode. | |
| clickInputMode | in TableEditorInputMode | Gets or sets the clickInputMode. |
Method Return Values
| createClickInputMode () | in OverviewInputMode | Factory method for the clickInputMode property. |
Method Parameters
| GraphEditorInputMode () | in GraphEditorInputMode | Creates a new instance that is not bound to an existing graph or selection, initially. | |
| onClickInputModeChanged (ClickInputMode, ClickInputMode) | in GraphInputMode | Called when the clickInputMode property value changes and after initialization of the property. | |
| GraphViewerInputMode () | in GraphViewerInputMode | Initializes a new instance of the GraphViewerInputMode class. | |
| TableEditorInputMode () | in TableEditorInputMode | Creates a new instance. | |
| onClickInputModeChanged (ClickInputMode, ClickInputMode) | in TableEditorInputMode | Called when the clickInputMode property value changes and after initialization of the field. |