How to trap soft-UI state

  • Thread starter Thread starter moko
  • Start date Start date
M

moko

Hello,

How can we programtically know the state of the keyboard on the device
(minimised/maximised) ? And how can we make it maximise from the code ?

Thanks.

moko.
 
Add an InputPanel control to your form. It has Enabled property, which
controls SIP and an event that fires when the SIP state changes.
 
Back
Top