true if the current selection prevents any changes to its contents.
[Visual Basic] Public Property SelectionProtected As Boolean [C#] public bool SelectionProtected {get; set;} [C++] public: __property bool get_SelectionProtected(); public: __property void set_SelectionProtected(bool); [JScript] public function get SelectionProtected() : Boolean; public function set SelectionProtected(Boolean);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace