Gets or sets a value indicating whether the upload button should be visible in the user interface.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)
Syntax
C# |
---|
public bool ShowUploadButton { get; set; } |
Visual Basic |
---|
Public Property ShowUploadButton As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ShowUploadButton {
bool get ();
void set (bool value);
} |
Field Value
true if show upload button; otherwise,
false.
See Also