Name | Description | |
---|---|---|
![]() | NDocumentManager Constructor |
The following tables list the members exposed by NDocumentManager.
Name | Description | |
---|---|---|
![]() | NDocumentManager Constructor |
Name | Description | |
---|---|---|
![]() | CloseTabOnMiddleClick | Turns 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. |
Name | Description | |
---|---|---|
![]() | Events | Gets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject) |
Name | Description | |
---|---|---|
![]() | AddDocument | Overloaded. Adds the specified document to the framework. |
![]() | ClearEvents | Removes all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject) |
![]() | CloseActiveDocument | Closes the active document and activates the next one. |
![]() | CloseAllButActive | Closes all but the active document. |
![]() | CloseAllDocuments | Closes all the currently added documents. |
![]() | ContainsDocument | Determines whether the specified document is contained by the manager. |
![]() | CreateFieldNonSerializedObjects | |
![]() | Dispose | Overloaded. (Inherited from Nevron.UI.NDisposableObject) |
![]() | GetDocumentById | Seacrhes for a document with the specified id. |
![]() | GetDocumentByKey | Searches for a document with the specified key. |
![]() | GetDocumentByText | Searches for a document with the specified text. |
![]() | GetDocumentGroup | Gets the parent zone of the specified document. Valid when current document style is DocumentViewStyle.MdiTabbed |
![]() | GetSerializationData | |
![]() | LayoutMdi | Performs a specific layout upon mdi children (works only for standard mdi) |
![]() | OnDocumentBeginDrag | Raises the DocumentBeginDrag event. |
![]() | OnDocumentEndDrag | Raises the DocumentEndDrag event. |
![]() | RebuildDocuments | |
![]() | RedrawFrames | Invalidates the frames of all document hosts. Valid when current document style is DocumentViewStyle.MdiStandard |
![]() | RemoveDocument | Removes the specified document from the framework. |
![]() | Resume | Resumes after a previously Suspend call. |
![]() | ResumeEvents | Resumes event firing. |
![]() | ShowDocumentsEditor | Displays a dialog box listing all the available documents as well as some common commands. |
![]() | Suspend | Suspends event firing as well as some internal operations. Useful for a batch add of documents. |
![]() | SuspendEvents | Suspends any event firing. |
![]() | UpdateFieldReferences |
Name | Description | |
---|---|---|
![]() | AddCore | Performs the core Add action. |
![]() | Finalize | (Inherited from Nevron.UI.NDisposableObject) |
![]() | InitializeDefault | (Inherited from Nevron.UI.NDisposableObject) |
![]() | LoadCursors | Loads the predefined cursors. |
![]() | OnActiveDocumentChanged | Raises the ActiveDocumentChanged event. |
![]() | OnDisposed | (Inherited from Nevron.UI.NDisposableObject) |
![]() | OnDocumentActivated | Raises the DocumentActivated event. |
![]() | OnDocumentInserted | Raises the DocumentInserted event. |
![]() | OnDocumentInserting | Raises the DocumentInserting event. |
![]() | OnDocumentRemoved | Raises the DocumentClosed event. |
![]() | OnDocumentRemoving | Raises the DocumentClosing event. |
![]() | OnDocumentViewStyleChanged | Raises the DocumentViewStyleChanged event. |
![]() | OnInitialized | (Inherited from Nevron.UI.NDefaultInitializableObject) |
![]() | PerformDispose | Overloaded. Overridden. |
![]() | RemoveCore | Performs the core remove logic. |
Name | Description | |
---|---|---|
![]() | ActiveDocumentChanged | Notifies that the active document has changed. |
![]() | Disposed | Fired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject) |
![]() | DocumentActivated | Notifies that a document has been activated. |
![]() | DocumentBeginDrag | Notifies that the document drag operation has just started. Applies when DocumentViewStyle is MdiTabbed. |
![]() | DocumentClosed | Fired after a document has been closed. |
![]() | DocumentClosing | Fired before a document is closed. Cancelable. |
![]() | DocumentEndDrag | Notifies that the document drag operation end. Applies when DocumentViewStyle is MdiTabbed. |
![]() | DocumentInserted | Fired after a document has been inserted. |
![]() | DocumentInserting | Fired before a document is inserted. Cancelable. |
![]() | DocumentViewStyleChanged | Fired when the document style has changed. |