Share via


SwitcherRenderer.HideButtons Property

Gets a value indicating whether the control is hidden.

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

Syntax

'Declaration
Protected ReadOnly Property HideButtons As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.HideButtons
protected bool HideButtons { get; }
protected:
property bool HideButtons {
    bool get ();
}
member HideButtons : bool
function get HideButtons () : boolean

Property Value

Type: System.Boolean
True if hidden; otherwise, false. The default is true.