Enum GenericControlAction
Enumerates some of the generic control related actions.
public enum GenericControlAction
Fields
HideKeyboard = 2Hides on-screen keyboard.
None = 0No action is performed.
ShowKeyboard = 1Shows on-screen keyboard.
ShowKeyboardIfNoHardware = 3Shows on-screen keyboard if no hardware keyboard is present.
ShowKeyboardIfUnknown = 4Shows on-screen keyboard if no hardware keyboard is present or it's unknown whether hardware keyboard is present.