NevronOpenVision
Nevron.Nov.UI Namespace / NTablePicker Class
Fields Properties Methods Events


NTablePicker Class Members

The following tables list the members exposed by NTablePicker.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the CyclicKeyboardNavigation property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the HorizontalSpacing property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the MaxColumnCount property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NTablePicker.  
Public Fieldstatic (Shared in Visual Basic)Reference to the VerticalSpacing property.  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Fieldstatic (Shared in Visual Basic)  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements in this collection.  
Public PropertyDetermines whether the first cell should be highlighted when the user is at the last cell and presses the "Navigate to Next Cell" key or whether the last cell should be highlighted when the user is at the first cell and presses the "Navigate to Previous Cell" key. By default set to true.  
Public PropertyGets or sets the minimal horizontal spacing between the arranged items.  
Public PropertyGets or sets the element at the specified index.  
Public PropertyGets or sets the maximum number of columns. By default set to 10.  
Public PropertyGets the current number of rows.  
Public PropertyGets or sets the minimal vertical spacing between the arranged items.  
Top
Public Methods
 NameDescription
Public MethodAdds (appends) the item at the end of the collection  
Public MethodRemoves all children  
Public MethodQueries whether this collection contains the specified element at least once  
Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
Public MethodGets an iterator that iterates through the children in forward order.  
Public MethodGets an iterator that iterates throw the child elements in reverse order.  
Public MethodGets the row index of the given table picker cell.  
Public MethodReturns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection.  
Public MethodInserts the item at the specified index  
Public MethodNavigates to the specified cell  
Public Method  
Public Method  
Public Method  
Public Method  
Public MethodRemoves the specified item.  
Public MethodRemoves the item at the specified index  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Arranges the element content.  
Protected MethodCreates and configures a layout.  
Internal Method  
Protected MethodGets a layout object list, that contains all child elements that are not collapsed.  
Internal MethodOverridden.   
Protected MethodOverridden. Measures the element's content.  
Internal Method  
Protected MethodOverridden. Default handler for the key down events  
Protected MethodOverridden. Default handler for the NMouse.OutEvent event.  
Internal Method  
Internal MethodOverridden.   
Top
See Also