NevronOpenVision
Nevron.Nov.UI Namespace / NDateTimeTextBox Class


NDateTimeTextBox Class Methods

For a list of all members of this type, see NDateTimeTextBox members.

Protected Methods
 NameDescription
Protected MethodCalled when the value of the selection should decrease (e.g. when the user presses the down arrow key).  
Protected MethodCalled when the value of the selection should increase (e.g. when the user presses the up arrow key).  
Protected MethodIncreases or decreases the specified unit of the given date/time and returns the result.  
Protected MethodCalled when the selection should move to the left (e.g. when the user presses the left arrow key).  
Protected MethodCalled when the selection should move to the right (e.g. when the user presses the right arrow key).  
Protected MethodOverridden. Overriden to process the entered digits and to update the selected date accordingly.  
Protected MethodOverridden. Overriden to handle the navigation keys (i.e. the arrows keys) and forbid all others.  
Protected MethodOverridden. Overriden to select the word the user has clicked in.  
Protected MethodOverridden. Overriden to update the text and format processors when the text of the text box has changed.  
Protected MethodSets the specified unit of the given date/time to the given amount and returns the result. Note that no validation is performed and this methods throws and exception if an invalid date is constructed.  
Top
See Also