Share via


SwitcherRenderer.MaxButtons Property

Gets the maximum button of the control.

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

Syntax

'Declaration
Public ReadOnly Property MaxButtons As Integer
    Get
'Usage
Dim instance As SwitcherRenderer
Dim value As Integer

value = instance.MaxButtons
public int MaxButtons { get; }
public:
property int MaxButtons {
    int get ();
}
member MaxButtons : int
function get MaxButtons () : int

Property Value

Type: System.Int32
Returns an integer that represents the maximum button of the control.