Win32ToolBarToolBarButtonCollectionIsReadOnly Property |
Gets a value indicating whether the collection is read-only.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxpublic 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:
Boolean if the collection is read-only; otherwise,
. The default is
.
Implements
IListIsReadOnly
See Also