Table of Contents

Enum GenericControlAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates some of the generic control related actions.

public enum GenericControlAction

Fields

HideKeyboard = 2

Hides on-screen keyboard.

None = 0

No action is performed.

ShowKeyboard = 1

Shows on-screen keyboard.

ShowKeyboardIfNoHardware = 3

Shows on-screen keyboard if no hardware keyboard is present.

ShowKeyboardIfUnknown = 4

Shows on-screen keyboard if no hardware keyboard is present or it's unknown whether hardware keyboard is present.