Share via


Switcher.Widgets Property

Gets the widget value associated with the control.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public ReadOnly Property Widgets As Switcher..::..WidgetsCollection
    Get
'Usage
Dim instance As Switcher
Dim value As Switcher..::..WidgetsCollection

value = instance.Widgets
[BrowsableAttribute(true)]
public Switcher..::..WidgetsCollection Widgets { get; }
[BrowsableAttribute(true)]
public:
property Switcher..::..WidgetsCollection^ Widgets {
    Switcher..::..WidgetsCollection^ get ();
}
[<BrowsableAttribute(true)>]
member Widgets : Switcher..::..WidgetsCollection
function get Widgets () : Switcher..::..WidgetsCollection

Property Value

Type: Microsoft.SqlServer.Management.Controls.Switcher.WidgetsCollection
Returns a value that represents the widget associated with the control.