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


In This Topic
    NDateTimeTextBox Class Members
    In This Topic

    The following tables list the members exposed by NDateTimeTextBox.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDateTimeTextBox.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the full format string extracted from the owner date/time box.  
    Protected PropertyChecks whether the owner date time box has a custom set date/time format.  
    Protected Property  
    Top
    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