Gets or sets a value indicating whether the help button should be visible in the user interface.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("Please use HelpButtonVisible property")> _
Public Property ShowHelpButton As Boolean
Get
Set |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Please use HelpButtonVisible property")]
public:
property bool ShowHelpButton {
bool get ();
void set (bool value);
} |
Field Value
true if show help button; otherwise,
false.
See Also