Gets or sets a value indicating whether free mode is activated.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)

Syntax

C#
public bool FreeMode { get; set; }
Visual Basic
Public Property FreeMode As Boolean
	Get
	Set
Visual C++
public:
property bool FreeMode {
	bool get ();
	void set (bool value);

  


}

Field Value

true if free mode is activated; otherwise, false.

See Also