NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.SelectionProtected

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);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace