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


In This Topic
    NDateTimeBox Class Members
    In This Topic

    The following tables list the members exposed by NDateTimeBox.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CultureName property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Format property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the HasTodayButton property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the HighlightToday property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Format property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDateTimeBox.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SelectedDate property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TextBox child.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the culture info, defined by the culture name property  
    Public PropertyGets or sets the name of the culture that needs to be used when displaying this calendar. If set to an empty string, the default culture is used.  
    Public PropertyGets or sets the date/time format string.  
    Public PropertyDetermines whether a "Show Today" button is shown or not.  
    Public PropertyDetermines whether to highlight today's date or not.  
    Public PropertyGets or sets the date time format.  
    Public PropertyGets or sets the currently selected date.  
    Public PropertyGets or sets whether to show the text part of the date time box.  
    Public PropertyGets or sets the text box showing the currently selected date.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Appends the displayable children of the node to the provided list  
    Public MethodDetermines whether the Copy operation can be performed.  
    Public MethodDetermines whether the Cut operation can be performed.  
    Public MethodDetermines whether the Paste operation can be performed.  
    Public MethodCopies the currently selected content on the clipboard.  
    Public MethodCuts the currently selected content on the clipboard.  
    Public MethodGets the date/time pattern string corresponding to the current date/time box mode with respect to the CultureInfo property.  
    Public MethodPastes the content from the clipboard.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to layout the item slot.  
    Protected MethodCreates the calendar (day selector) of the drop down.  
    Protected MethodCreates the month selector for a Month and Year date format.  
    Protected Method  
    Protected MethodOverridden. Overriden to create the popup content.  
    Protected MethodCreates the time selector of the drop down.  
    Protected Method  
    Protected MethodOverridden. Overriden to measure the item slot.  
    Protected MethodCalled when the mouse button has been released over the drop down calendar.  
    Protected MethodCalled when the current culture has changed.  
    Protected MethodCalled when the date/time box format has changed.  
    Protected MethodCalled when the date/time box mode has changed.  
    Protected MethodCalled when the "OK" button has been clicked.  
    Protected MethodOverridden. Called when the drop down has been closed.  
    Protected MethodCalled when the current culture has changed.  
    Protected MethodCalled when the "Today" button has been clicked.  
    Protected MethodUpdates the text from the date  
    Top
    Public Events
     NameDescription
    Public EventUI event, which occurs when the user selects a new date.  
    Top
    See Also