NClickSelectTool Class Members
In This Topic
The following tables list the members exposed by NClickSelectTool.
Public Constructors
Public Fields
Public Properties
| | Name | Description |
 | AllowDrillDown | Specifies whether drill down selection is allowed. By default set to true. |
 | ClickSelectMouseButtonEvent | Gets or sets the mouse button event on which the tool performs click selection. By default set to ENMouseButtonEvent.LeftButtonDown. |
 | DrillDownSelectMouseButtonEvent | Gets or sets the mouse button event on which the tool performs drill down selection By default set to ENMouseButtonEvent.LeftButtonUp. |
Top
Public Methods
| | Name | Description |
 | OnMouseDown | Overridden. Processes the mouse down event. Overriden to perform click select if it can be performed and perform drill down select if it can be performed. |
 | OnMouseUp | Overridden. Processes the mouse up event. Overriden to perform click select if it can be performed and perform drill down select if it can be performed. |
 | OnTouchDown | Overridden. Processes the touch down event. Overriden to perform click select if it can be performed and perform drill down select if it can be performed. |
 | OnTouchUp | Overridden. Processes the touch up event. Overriden to perform click select if it can be performed and perform drill down select if it can be performed. |
Top
Public Events
| | Name | Description |
 | ClickSelected | Event raised when a click-select has been performed by this tool. |
 | ClickSelecting | Event raised when a click-select is about to be performed by this tool. |
Top
See Also