Icon

  • Thread starter Thread starter Jorge Rocha
  • Start date Start date
Hi
The icon of Keyboard is called SIP (software-based input panel).
The .NET Compact Framework provides the Microsoft.WindowsCE.Forms.InputPanel
component, which provides programmatic control of the SIP for PocketPCs.

You can not create InputPanel component without using MainMenu component.
And you can show the SIP programmatically with using the Enabled property of
InputPanel.

http://samples.gotdotnet.com/quickstart/CompactFramework/doc/inputpanel.aspx

Hope this link helps.

Sachin Korgaonkar
 
Back
Top