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);
RichControl Class | RichControl Members | System.WinForms Namespace