Activate(BaseDocument)
|
Activates the specified document.
|
AddDocument(BaseDocument)
|
Adds the specified document to a View.
|
Close(BaseDocument)
|
Closes and destroys the specified document and its contents.
|
CloseAll()
|
Closes all currently opened documents within the IBaseViewController.
|
CloseAllButThis(BaseDocument)
|
Closes all documents except the specified document.
|
CloseAllDocumentsAndHosts()
|
Closes all documents hosted in both the current View itself and all floating document containers.
|
Dispose()
|
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
Dock(DockPanel)
|
Docks the specified DockPanel to a View, displaying the panel as a tab.
|
Dock(BaseDocument)
|
Docks the specified document to a View.
|
Dock(Document, Document, Orientation, Boolean)
|
Docks one widget document aside another document using the specific orientation setting.
|
Dock(Document, Document, Orientation, Int32)
|
Docks one widget to another according to the given orientation value.
|
Dock(Document, Document, Orientation)
|
Docks one widget document aside another document using the specific orientation setting.
|
Dock(Document, StackGroup, Int32)
|
Places the document at a specific position inside the targeted stack group.
|
Dock(Document, StackGroup)
|
Docks the Document to the specific StackGroup.
|
Dock(Document, TableGroup)
|
Docks a widget document to a targeted table group.
|
Execute(BaseViewControllerCommand, Object)
|
Performs a simple operation within the current View.
|
Float(DockPanel)
|
Makes a docked DockPanel float.
|
Float(BaseDocument, Point, Size)
|
Makes the specified document floating at the specified location, with the specified size.
|
Float(BaseDocument, Point)
|
Makes the specified document floating at the specified location.
|
Float(BaseDocument)
|
Makes the specified document floating.
|
FloatAll()
|
Undocks all tabbed Documents contained within the current View.
|
GetCommands(BaseDocument)
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
GetCommands(BaseView)
|
Gets the commands collection owned by the target View.
|
GetView(BaseDocument)
|
Gets a View that owns this Document.
|
Maximize(Document)
|
Maximizes the target Document.
|
RemoveDocument(BaseDocument)
|
Removes the specified document from the BaseView.Documents collection.
|
ResetLayout()
|
Resets the DocumentManager’s layout to the default state.
|
Restore(Document)
|
Discards the Maximize operation for the target Document and restores this Document’s original size.
|
ShowContextMenu(BaseDocument, Point)
|
Displays a context menu for the specified document at the specified position.
|
ShowContextMenu(Point)
|
Displays a View’s context menu at the specified position.
|
ShowWindowsDialog()
|
Shows a dialog with all documents currently opened within a view.
|