IBaseViewController Members
In This Article
#Properties
Name | Description |
---|---|
Manager |
Gets a Document |
View |
Provides access to the View that owns the current IBase |
#Methods
Name | Description |
---|---|
Activate |
Activates the specified document. |
Add |
Adds the specified document to a View. |
Close |
Closes and destroys the specified document and its contents. |
Close |
Closes all currently opened documents within the IBase |
Close |
Closes all documents except the specified document. |
Close |
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. Inherited from IDisposable. |
Dock |
Docks the specified Dock |
Dock |
Docks the specified document to a View. |
Execute |
Performs a simple operation within the current View. |
Float |
Makes a docked Dock |
Float |
Makes the specified document floating at the specified location, with the specified size. |
Float |
Makes the specified document floating at the specified location. |
Float |
Makes the specified document floating. |
Float |
Undocks all tabbed Documents contained within the current View. |
Get |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Get |
Gets the commands collection owned by the target View. |
Get |
Gets a View that owns this Document. |
Remove |
Removes the specified document from the Base |
Reset |
Resets the Document |
Show |
Displays a context menu for the specified document at the specified position. |
Show |
Displays a View’s context menu at the specified position. |
Show |
Shows a dialog with all documents currently opened within a view. |
See Also