Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDocumentManager Class
Properties Methods Events


In This Topic
    NDocumentManager Class Members
    In This Topic

    The following tables list the members exposed by NDocumentManager.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyTurns off and on the abbility to close a document by clicking with the middle button of the mouse on its tab. Default value is true.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject)
    Top
    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
    Public Events
     NameDescription
    Public EventNotifies that the active document has changed.  
    Public EventFired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject)
    Public EventNotifies that a document has been activated.  
    Public EventNotifies that the document drag operation has just started. Applies when DocumentViewStyle is MdiTabbed.  
    Public EventFired after a document has been closed.  
    Public EventFired before a document is closed. Cancelable.  
    Public EventNotifies that the document drag operation end. Applies when DocumentViewStyle is MdiTabbed.  
    Public EventFired after a document has been inserted.  
    Public EventFired before a document is inserted. Cancelable.  
    Public EventFired when the document style has changed.  
    Top
    See Also