Whether or not the control's associated design surface is set to read-only or not.
[Visual Basic] Public Property ReadOnly As Boolean [C#] public bool ReadOnly {get; set;} [C++] public: __property bool get_ReadOnly(); public: __property void set_ReadOnly(bool); [JScript] public function get ReadOnly() : Boolean; public function set ReadOnly(Boolean);
The control's read-only boolean state.
UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace