Gets or sets a value indicating whether the help button should be visible in the user interface.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (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);
}

Field Value

true if show help button; otherwise, false.

See Also