eDriven Framework API
TabManager Class
NamespaceseDriven.Gui.PluginsTabManager
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public class TabManager : IPlugin, IDisposable
Public Class TabManager _
	Implements IPlugin, IDisposable
public ref class TabManager : IPlugin, 
	IDisposable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
TabManager

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)