ShellViewColumnsIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Return Value
Type:
Booleantrue if the
ICollectionT is read-only; otherwise, false.
Implements
ICollectionTIsReadOnlySee Also