Indicates whether this property is read only.
[Visual Basic] Overridable Public ReadOnly Property IsReadOnly As Boolean [C#] public bool IsReadOnly {override get;} [C++] public: __property virtual bool get_IsReadOnly(); [JScript] public function get IsReadOnly() : Boolean;
whether this property is read only.
InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace