Share via


SwitcherRenderer.IsContextButtonVisible Property

Gets a value indicating whether the control is visible in the user.

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

Syntax

'Declaration
Public ReadOnly Property IsContextButtonVisible As Boolean
    Get
'Usage
Dim instance As SwitcherRenderer
Dim value As Boolean

value = instance.IsContextButtonVisible
public bool IsContextButtonVisible { get; }
public:
property bool IsContextButtonVisible {
    bool get ();
}
member IsContextButtonVisible : bool
function get IsContextButtonVisible () : boolean

Property Value

Type: System.Boolean
true if the element is visible; otherwise, false.