Name | Description | |
---|---|---|
![]() | NClickSelectTool Constructor | Default constructor |
The following tables list the members exposed by NClickSelectTool.
Name | Description | |
---|---|---|
![]() | NClickSelectTool Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | AllowDrillDownProperty | Reference to the AllowDrillDown property. |
![]() ![]() | ClickSelectMouseButtonEventProperty | Reference to the ClickSelectEvent property. |
![]() ![]() | DrillDownSelectMouseButtonEventProperty | Reference to the DrillDownSelectEvent property. |
![]() ![]() | NClickSelectToolSchema | Schema associated with NClickSelectTool. |
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. |
Name | Description | |
---|---|---|
![]() | OnMouseDown | Overridden. Processes the mouse down event. Overriden to perform click select, if it can be performed. |
![]() | OnMouseUp | 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. |
Name | Description | |
---|---|---|
![]() | CanClickSelect | Determines whether click select can be performed. |
![]() | CanDrillDownSelect | Determines whether drill down select can be performed. |
![]() | ClickSelect | Performs a click select. |
![]() | DrillDownSelect | Performs a drill down select. |