- disable full-screen keyboard in landscape mode:
- enable full-screen keyboard in landscape mode :
Full-screen keyboard:
Keyboard normal:
- ShowKeyboard - show keyboard programmatically:
- SetButtonAction - Set the action button icon on the keyboard and activate ActionButtonClicked event for that button:
- action - icon type, set with green property blocks
- standardAction - boolean, determines whether, in addition to the actions performed in the ActionButtonClicked event, standard actions should be performed, e.g. closing the keyboard or moving to the next TextBox
- ActionButtonClicked - the event that fires when you click an action button on the keyboard returns the button type and the TextBox for which the keyboard is open
- properties for setting the action button type
- SetTypeKeyboard - sets the desired keyboard type with different options.
- properties for setting the keyboard type
Extension v5:
pl.extension.Keyboard.aix (11.6 KB)