| C# | Visual Basic | Visual C++ |
public class TabManager : IPlugin, IDisposable
Public Class TabManager _ Implements IPlugin, IDisposable
public ref class TabManager : IPlugin, IDisposable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| TabManager()()()() | Initializes a new instance of the TabManager class | |
| ArrowsEnabled |
Should the focus be changed with arrow keys
| |
| CircularArrows |
When using the arrow keys, should we get to the first item after the last one
| |
| CircularTabs |
When using the TAB key, should we get to the first item after the last one
| |
| DebugMode | ||
| Dispose()()()() | Releases all resources used by the TabManager | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Initialize(InvalidationManagerClient) |
Initializes the plugin
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| TabChildren |
Tab children (could be set from outside)
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| UpDownArrowsEnabled |
Should the focus be changed with arrow keys
|
| Object | |
| TabManager | |