Gets or sets a value indicating whether the upload button should be visible in the user interface.
Namespace:
UltimateUploaderAssembly: UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)
Syntax
C# |
---|
public bool ShowUploadButton { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ShowUploadButton As Boolean |
Visual C++ |
---|
public: property bool ShowUploadButton { bool get (); void set (bool value); } |