eDriven Framework API
AllowValueWrap Property
NamespaceseDriven.Gui.ComponentsSpinnerAllowValueWrap
eDriven Framework API
Determines the behavior of the control for a step when the current value is either the maximum or minimum value.
If allowValueWrap is true, then the value property wraps from the maximum
to the minimum value, or from the minimum to the maximum value.
Declaration Syntax
C#Visual BasicVisual C++
public bool AllowValueWrap { get; set; }
Public Property AllowValueWrap As Boolean
	Get
	Set
public:
property bool AllowValueWrap {
	bool get ();
	void set (bool value);
}

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