Switcher.ButtonsStyle Property
Gets or sets the appearance of buttons of the Switcher class.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Property ButtonsStyle As Switcher..::..ShowButtonsStyle
Get
Set
'Usage
Dim instance As Switcher
Dim value As Switcher..::..ShowButtonsStyle
value = instance.ButtonsStyle
instance.ButtonsStyle = value
public Switcher..::..ShowButtonsStyle ButtonsStyle { get; set; }
public:
property Switcher..::..ShowButtonsStyle ButtonsStyle {
Switcher..::..ShowButtonsStyle get ();
void set (Switcher..::..ShowButtonsStyle value);
}
member ButtonsStyle : Switcher..::..ShowButtonsStyle with get, set
function get ButtonsStyle () : Switcher..::..ShowButtonsStyle
function set ButtonsStyle (value : Switcher..::..ShowButtonsStyle)
Property Value
Type: Microsoft.SqlServer.Management.Controls.Switcher.ShowButtonsStyle
One of the [ShowButtonStyle] values. The default is [Auto].