Gets or sets a value indicating whether the add button should be visible in the user interface.

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

Syntax

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

  


}

Field Value

true if show add button; otherwise, false.

See Also