Share via


Switcher.ListViewCollection.IsReadOnly Property

Gets a value indicating whether the control 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..::..ListViewCollection
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 read-only; otherwise, false

Implements

ICollection<T>.IsReadOnly