您的位置:首页 > 其它

symbian 编辑框 如何设置默认输入法?

2010-04-29 18:00 309 查看
米度软件:www.midosoft.cn

// 中文输入法(可能是拼音或笔画等)

iEdwin->SetAknEditorLocalLanguage( ELangPrcChinese );

// 写死为拼音输入法
iEdwin->SetAknEditorCurrentInputMode(EChinFepCmdModePinyin);

// 允许输入文本(如:英语字母等)
iEdwin->SetAknEditorInputMode(EAknEditorTextInputMode);

// 允许所有输入法
iEdwin->SetAknEditorAllowedInputModes(EAknEditorAllInputModes);

米度软件:www.midosoft.cn
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: