* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
1.7 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Display of Asian Characters with the ImeMode Property | 03/30/2017 |
|
c60ae399-0dab-4f07-9dea-6dbfb15ec0ae |
Display of Asian Characters with the ImeMode Property
The xref:System.Windows.Forms.Control.ImeMode%2A property is used by forms and controls to force a specific mode for an input method editor (IME). The IME is an essential component for writing Chinese, Japanese, and Korean scripts, since these writing systems have more characters than can be encoded for a regular keyboard. For example, you may want to allow only ASCII characters in a particular text box. In such a case you can set the xref:System.Windows.Forms.Control.ImeMode%2A property to xref:System.Windows.Forms.ImeMode and users will only be able to enter ASCII characters for that particular text box. The default value of the xref:System.Windows.Forms.Control.ImeMode%2A property is xref:System.Windows.Forms.ImeMode, so if you set the property for a form, all controls on the form will inherit that setting. For more information, see xref:System.Windows.Forms.Control.ImeMode%2A ) and xref:System.Windows.Forms.ImeMode.