Gets or sets a value indicating whether error messages should be displayed in a popup window.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public bool DisplayErrorMessages { get; set; } |
| Visual Basic |
|---|
Public Property DisplayErrorMessages As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool DisplayErrorMessages {
bool get ();
void set (bool value);
} |
Field Value
true to show popup window with error message; otherwise,
false.
See Also