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

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