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!

RichTextBoxIMEColor.protect

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;

See Also

RichTextBoxIMEColor Class | RichTextBoxIMEColor Members | System.WinForms Namespace