TrayItemCollectionIsReadOnly Property
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public virtual bool IsReadOnly { get; }
 
Public Overridable ReadOnly Property IsReadOnly As Boolean
        Get
 
public:
virtual property bool IsReadOnly {
        bool get ();
}
 
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
 
 
 
Property Value
Type: 
Boolean
Implements
IListIsReadOnly 
See Also