Name | Description | |
---|---|---|
NSelectionNavigationTool Constructor | Default constructor |
The following tables list the members exposed by NSelectionNavigationTool.
Name | Description | |
---|---|---|
NSelectionNavigationTool Constructor | Default constructor |
Name | Description | |
---|---|---|
NSelectionNavigationToolSchema | Schema associated with NSelectionNavigationTool. |
Name | Description | |
---|---|---|
OnKeyEnd | Called when the END key is pressed. If Ctrl is pressed, Moves the current cell to the last navigatable cell in the grid. Otherwise moves the current cell down to the last navigatable cell in the current column. | |
OnKeyEnter | Called when the ENTER key is pressed. If Ctrl is pressed, tries to commit editing of the current cell. Otherwise, commits the editing of the current cell and begins editing of the cell below it. | |
OnKeyEscape | Called when the ESC key is pressed. Tries to cancel the editing of the current cell. | |
OnKeyF2 | Called when the F2 key is pressed. Tries to begin editing on the current cell. | |
OnKeyHome | Called when the HOME key is pressed. If Ctrl is pressed, moves the current cell to the first navigatable cell in the grid. Otherwise moves the current cell to the first cell in the row. | |
OnKeyLeft | Called when the LEFT key is pressed. If Ctrl is pressed, moves the current cell to the first cell in the row. Otherwise moves the current cell to the cell that is on the left of the current one. | |
OnKeyPageDown | Called when the PAGEDOWN key is pressed. Moves the current/selected row to a row that is one page down. | |
OnKeyPageUp | Called when the PAGEUP key is pressed. Moves the current/selected row to a row that is one page up. | |
OnKeyRight | Called when the RIGHT key is pressed. If Ctrl is pressed, moves the current cell down to the last navigatable cell in the current column. Otherwise moves the current cell to the cell that is on the right of the current one. | |
OnKeyTab | Called when the TAB key is pressed. If SHIFT is pressed, move the current cell to the left. Otherwise, move the current cell to the right. In both cases begins editing of the new current cell, if the previous one was in edit mode. |