Enable/disable protected attribute on the text in the IME composition window. An attempt to modify them will cause an EN_PROTECTED notification message.
[Visual Basic] Public protect As Boolean [C#] public bool protect; [C++] public: bool protect; [JScript] public var protect : Boolean;
RichTextBoxIMEColor Class | RichTextBoxIMEColor Members | System.WinForms Namespace