ITabbedViewController Methods
An object that implements operations on a TabbedView‘s documents.
Name | Description |
---|---|
Activate |
Activates the specified document.
Inherited from IBase |
Add |
Adds the specified document to a View.
Inherited from IBase |
Close |
Closes and destroys the specified document and its contents.
Inherited from IBase |
Close |
Closes all currently opened documents within the IBase |
Close |
Closes all Documents except for pinned ones. |
Close |
Closes all documents except the specified document.
Inherited from IBase |
Close |
Closes all documents hosted in both the current View itself and all floating document containers.
Inherited from IBase |
Create |
|
Create |
Creates a new group that will display the specified document. The group will be added at the specified position among other groups. The method allows you to change the orientation of document groups within a Tabbed |
Create |
Appends a new group to the View and displays the specified document in this group. The method allows you to change the orientation of document groups within a Tabbed |
Create |
Appends a new group to the View and displays the specified document in this group. |
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 Dock |
Dock |
Docks the specified Dock |
Dock |
Docks the specified document to a View.
Inherited from IBase |
Dock |
Docks the specified document to the specified group at a specific position. |
Dock |
Docks the specified document to the specified group. |
Dock |
Docks all currently floating documents as tabs. |
Execute |
Performs a simple operation within the current View.
Inherited from IBase |
Float |
Makes a docked Dock |
Float |
Makes the specified document floating at the specified location, with the specified size.
Inherited from IBase |
Float |
Makes the specified document floating at the specified location.
Inherited from IBase |
Float |
Makes the specified document floating.
Inherited from IBase |
Float |
Undocks all tabbed Documents contained within the current View.
Inherited from IBase |
Float |
Floats all tabs that belong to the same Document |
Float |
Floats all tabs that belong to the target Document |
Get |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from IBase |
Get |
Gets the commands collection owned by the target View.
Inherited from IBase |
Get |
Gets a View that owns this Document.
Inherited from IBase |
Move |
Moves the specified document to the specified visual position among other documents. |
Move |
Moves the current document to the previous or next document group. |
Move |
Docks the specific Document to the main Document |
Remove |
Removes the specified document from the Base |
Reset |
Resets the Document |
Select |
Selects the specified document (without moving focus to it). |
Select |
Selects a Document neighboring the currently selected one. |
Show |
Displays a context menu for the specified document at the specified position.
Inherited from IBase |
Show |
Displays a context menu for the specified document group at the specified position. |
Show |
Displays a View’s context menu at the specified position.
Inherited from IBase |
Show |
Displays a Document Selector Menu for a specific Document |
Show |
Shows a dialog with all documents currently opened within a view.
Inherited from IBase |
See Also