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.4.0.17128 (1.4.0)
Syntax
C# |
---|
public bool ShowHelpButton { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ShowHelpButton As Boolean |
Visual C++ |
---|
public: property bool ShowHelpButton { bool get (); void set (bool value); } |