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!

RichControl.IMEMode

Specifies a value that determines the IME (Input Method Editor) status of the object when that object is selected.

[Visual Basic]
Public Property IMEMode As IMEMode
[C#]
public IMEMode IMEMode {get; set;}
[C++]
public: __property IMEMode get_IMEMode();
public: __property void set_IMEMode(IMEMode);
[JScript]
public function get IMEMode() : IMEMode;
public function set IMEMode(IMEMode);

See Also

RichControl Class | RichControl Members | System.WinForms Namespace