Gets or sets a value indicating whether the help button is visible.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public bool ShowHelpButton { get; set; } |
Visual Basic |
---|
Public Property ShowHelpButton As Boolean Get Set |
Visual C++ |
---|
public: property bool ShowHelpButton { bool get (); void set (bool value); } |
F# |
---|
member ShowHelpButton : bool with get, set |