Gets or sets the url for clear button icon
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public string ClearButtonIcon { get; set; } |
| Visual Basic |
|---|
Public Property ClearButtonIcon As String Get Set |
| Visual C++ |
|---|
public: property String^ ClearButtonIcon { String^ get (); void set (String^ value); } |