Gets or sets a value indicating whether the cancel 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#
[ObsoleteAttribute("Please use CancelButtonVisible property")]
public bool ShowCancelButton { get; set; }
Visual Basic
<ObsoleteAttribute("Please use CancelButtonVisible property")> _
Public Property ShowCancelButton As Boolean
	Get
	Set
Visual C++
[ObsoleteAttribute(L"Please use CancelButtonVisible property")]
public:
property bool ShowCancelButton {
	bool get ();
	void set (bool value);

  


}

Field Value

true if show cancel button; otherwise, false.

See Also