NevronOpenVision
Nevron.Nov.Schedule Namespace / NScheduleView Class
Fields Properties Methods Events


In This Topic
    NScheduleView Class Members
    In This Topic

    The following tables list the members exposed by NScheduleView.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
    Public Properties
     NameDescription
    Public PropertyGets/Sets the context menu factory of the schedule view. If set to null, context menu will not be displayed.  
    Public PropertyGets the horizontal scroll bar.  
    Public PropertyGets/Sets the navigator of this schedule view.  
    Public PropertyGets/Sets the interval (in seconds) at which to check for notifications. By default set to 0, which means that the schedule will not check for and show any notifications.  
    Public PropertyGets the vertical scroll bar.  
    Top
    Public Methods
     NameDescription
    Public MethodShow an Open File Dialog for selecting a schedule document and imports the appointments of the selected document into the current one.  
    Public MethodImports the appointments from the given schedule document.  
    Public MethodImports the appointments from the given file.  
    Public MethodImports the appointments from the given stream.  
    Public MethodOverridden. Scrolls the active page in the specified direction, with the specified number of steps.  
    Public MethodShows the next view range of this schedule view.  
    Public MethodShows the previous range of this schedule view.  
    Public MethodOverridden. Called to propagate the display traversal to the node children.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Accumulates the display children of the node that are considered to be content.  
    Protected MethodOverridden. Accumulates the inner adorners.  
    Protected MethodOverridden. Overriden to layout the content and the scrollbars.  
    Protected MethodOverridden. Builds the drawing commander, by adding the drawing command actions  
    Protected MethodOverridden. Builds the schedule interactor by adding the schedule tools.  
    Protected MethodOverridden. Computes the size of the viewport taking into account the specified H and V srollbars visibility.  
    Protected Internal MethodOverridden. Creates a new document.  
    Protected MethodOverridden. Gets the bottom side adorner.  
    Protected MethodOverridden. Gets the horizontal scrollbar.  
    Protected MethodOverridden. Gets the horizontal scrolling policy.  
    Protected MethodOverridden. Given the content area for arrangement, returns the area in which inner addorners must be arranged. This implementation simply returns the content area.  
    Protected MethodOverridden. Gets the horizontal alignment of the viewport relative to the window in case there is no horizontal scrollbar.  
    Protected MethodOverridden. Gets the vertical alignment of the viewport relative to the window in case there is no horizontal scrollbar.  
    Protected MethodOverridden. Gets the right side adorner.  
    Protected MethodOverridden. Gets the total viewport bounds.  
    Protected MethodOverridden. Gets the viewport origin.  
    Protected MethodOverridden. Gets the vertical scrollbar.  
    Protected MethodOverridden. Gets the vertical scrolling policy.  
    Protected MethodOverridden. Gets the viewport zoom factor.  
    Protected MethodOverridden. Get the zoom policy which defines the way in which the viewport is scaled to the window  
    Protected MethodOverridden. Measures the given adorner.  
    Protected MethodOverridden. Called when the Document property has changed.  
    Protected MethodCalled when the NotificationCheckInterval property has changed.  
    Protected MethodOverridden. Performs the element post-children custom paint.  
    Protected MethodOverridden. Called after the document node is registered in its owner document.  
    Protected MethodOverridden. Called after the document node is unregistered from its owner document.  
    Protected MethodOverridden.   
    Protected MethodOverridden. Sets the viewport zoom factor.  
    Protected MethodShows a notification for the given appointments.  
    Top
    See Also