Gets or sets the Input Method Editor (IME) mode of the control.
[Visual Basic]
Public Property ImeMode As ImeMode
[C#]
public ImeMode ImeMode {get; set;}
An Input Method Editor (IME) allows users to enter and edit Chinese, Japanese, and Korean characters. The IME is an essential component for writing Chinese, Japanese, and Korean scripts. These writing systems have more characters than can be encoded for a regular keyboard. The IMEs for these languages use sequences of base characters that describe an individual character or group of characters to enter a larger set of characters. Base characters can be component letters from Hangul syllables, phonetic components for Japanese Kanji characters, or various combinations for Chinese characters.
SharpGraph Class | SharpGraph Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.