MobileForms Toolkit Documentation

KeyboardPro.Create Method 

Creates KeyboardPro component window.

public void Create(
Form parent
);

Parameters

parent
The parent Form class instance.

Remarks

Must be called before showing the keyboard for the first time. Otherwise the Show method will throw an exception. This method is typically called from constructor and may only be used if the Form instance is not known during the object construction.

See Also

KeyboardPro Class | Resco.Controls.KeyboardPro Namespace