Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDocumentManager Class


In This Topic
    NDocumentManager Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified document to the framework.  
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public MethodCloses the active document and activates the next one.  
    Public MethodCloses all but the active document.  
    Public MethodCloses all the currently added documents.  
    Public MethodDetermines whether the specified document is contained by the manager.  
    Public Method  
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public MethodSeacrhes for a document with the specified id.  
    Public MethodSearches for a document with the specified key.  
    Public MethodSearches for a document with the specified text.  
    Public MethodGets the parent zone of the specified document. Valid when current document style is DocumentViewStyle.MdiTabbed  
    Public Method  
    Public MethodPerforms a specific layout upon mdi children (works only for standard mdi)  
    Public MethodRaises the DocumentBeginDrag event.  
    Public MethodRaises the DocumentEndDrag event.  
    Public Method  
    Public MethodInvalidates the frames of all document hosts. Valid when current document style is DocumentViewStyle.MdiStandard  
    Public MethodRemoves the specified document from the framework.  
    Public MethodResumes after a previously Suspend call.  
    Public MethodResumes event firing.  
    Public MethodDisplays a dialog box listing all the available documents as well as some common commands.  
    Public MethodSuspends event firing as well as some internal operations. Useful for a batch add of documents.  
    Public MethodSuspends any event firing.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodPerforms the core Add action.  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodLoads the predefined cursors.  
    Protected MethodRaises the ActiveDocumentChanged event.  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodRaises the DocumentActivated event.  
    Protected MethodRaises the DocumentInserted event.  
    Protected MethodRaises the DocumentInserting event.  
    Protected MethodRaises the DocumentClosed event.  
    Protected MethodRaises the DocumentClosing event.  
    Protected MethodRaises the DocumentViewStyleChanged event.  
    Protected Method (Inherited from Nevron.UI.NDefaultInitializableObject)
    Protected MethodOverloaded. Overridden.   
    Protected MethodPerforms the core remove logic.  
    Top
    See Also