C-DEngine 5.105

nmiCtrlEndlessSlider..::..AllowRollover Property

If set to true, the slider value goes to MinValue if it was increased beyond the MaxValue and vs.

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> AllowRollover { get; set; }
Public Property AllowRollover As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> AllowRollover {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}