NevronOpenVision
Nevron.Nov.Grid.Tools Namespace / NSelectionNavigationTool Class
Fields Properties Methods Events


NSelectionNavigationTool Class Members

The following tables list the members exposed by NSelectionNavigationTool.

Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Schema associated with NSelectionNavigationTool.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Overridden.   
Top
Protected Methods
 NameDescription
Protected MethodCalled 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.  
Protected MethodCalled 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.  
Protected MethodCalled when the ESC key is pressed. Tries to cancel the editing of the current cell.  
Protected MethodCalled when the F2 key is pressed. Tries to begin editing on the current cell.  
Protected MethodCalled 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.  
Protected MethodCalled 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.  
Protected MethodCalled when the PAGEDOWN key is pressed. Moves the current/selected row to a row that is one page down.  
Protected MethodCalled when the PAGEUP key is pressed. Moves the current/selected row to a row that is one page up.  
Protected MethodCalled 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.  
Protected MethodCalled 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.  
Top
See Also