MobileForms Toolkit Documentation

KeyboardPro.Show Method 

Shows or hides the keyboard input panel

public void Show(
bool show
);

Parameters

show
true/false.

Remarks

If the keyboard panel is not initialized, it creates a static input panel control over the form window. You must call Create method before showing the keyboard for the first time. Otherwise an exception will be thrown. You can check the visibility state using Visible property.

See Also

KeyboardPro Class | Resco.Controls.KeyboardPro Namespace