eDriven Framework API
CircularTabs Property
NamespaceseDriven.Gui.PluginsTabManagerCircularTabs
eDriven Framework API
When using the TAB key, should we get to the first item after the last one
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<bool> CircularTabs { get; set; }
Public Property CircularTabs As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> CircularTabs {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

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