Windows Phone 7 Chinese input module

Source: Internet
Author: User
Tags wubi


Windows Phone 7 Chinese input module, can be integrated into your Windows Phone 7 application, currently supports Simplified Chinese pinyin, Wubi, Zheng Code and Traditional Chinese Cangjie input, in the simplest case, just add a line of code in the XAML file. The open test is now available and you are welcome to try the Windows Phone 7 developers who need Chinese input, and please send your feedback to me for improvement.



I'd like to be able to facilitate your Windows Phone 7 application before Windows Phone 7 publishes the Chinese version. Download Address: Http://files.cnblogs.com/tinytian/InputToolkit.zip, assembly version number 1.0.1.0, please note.



Available API Descriptions:



TinyTian.WindowsPhone.Controls.DictionaryController represents the type of the word library controller.



1.public static InputMode InputMode {get;} Get the input mode.
2.public static void Preload (InputMode inputMode) Preloads the thesaurus with the specified input mode.
3.public static void Reload (InputMode inputMode) Reloads the thesaurus with the specified input mode.
4.public static void SaveDictionary () Save the user dictionary.



TinyTian.WindowsPhone.Controls.ImeControl represents the type of the input control.



1.public InputMode InputMode {get; set;} Gets or sets the input mode.
2.public TextBox TextBox {get; set;} Gets or sets the text box to be entered.
3.public new bool IsEnabled {get; set;} Gets or sets whether the input tool is allowed.
4.public static readonly DependencyProperty InputModeProperty Dependency of input mode.
5.public static readonly DependencyProperty TextBoxProperty The dependency property of the text box to be entered.
6.public static readonly new DependencyProperty TextBoxProperty No Allows the dependency property of the input tool to be used.



TINYTIAN.WINDOWSPHONE.CONTROLS.INPUTMODE specifies the input method.



1.Pinyin = 0 means Pinyin input.
2. Wubi = 1 means Wubi input.
3. Zhengma = 2 means Zheng code input.
4.Cangjie = 3 means Cangjie input.





Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.