Switcher.WidgetsCollection.IsReadOnly Property
Gets a value indicating whether Switcher.WidgetsCollection is read-only
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As Switcher..::..WidgetsCollection
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean
Property Value
Type: System.Boolean
true if the control is read-only; otherwise, false.