软键盘 WinCE Mobile

public static uint SIPF_OFF = 0x00;//软键盘关闭 
public static uint SIPF_ON = 0x01;//软键盘打开 
[DllImport("coredll.dll")] 
public extern static void SipShowIM(uint dwFlag);
原文地址:https://www.cnblogs.com/hbhbice/p/3038559.html