Share via


ButtonPanel.HelpEnabled Property

Gets or sets a value that indicates whether the control enables the Help button.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Property HelpEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ButtonPanel
Dim value As Boolean

value = instance.HelpEnabled

instance.HelpEnabled = value
public bool HelpEnabled { get; set; }
public:
property bool HelpEnabled {
    bool get ();
    void set (bool value);
}
member HelpEnabled : bool with get, set
function get HelpEnabled () : boolean
function set HelpEnabled (value : boolean)

Property Value

Type: System.Boolean
True if the help button is enabled; otherwise, false.