Gets or sets a value indicating whether the clear 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 ClearButtonVisible { get; set; }
Visual Basic
Public Property ClearButtonVisible As Boolean
	Get
	Set
Visual C++
public:
property bool ClearButtonVisible {
	bool get ();
	void set (bool value);

  


}

Field Value

true if show clear button; otherwise, false.

See Also