Enumeration TextResult

Enumeration Members

DISPLAYED: 65536

Specifies that the menu or text identified by the EventID is now on display.

MENU_SELECT_1: 0

Specifies that the user has selected the menu item.

MENU_SELECT_10: 9

Specifies that the user has selected the menu item.

MENU_SELECT_2: 1

Specifies that the user has selected the menu item.

MENU_SELECT_3: 2

Specifies that the user has selected the menu item.

MENU_SELECT_4: 3

Specifies that the user has selected the menu item.

MENU_SELECT_5: 4

Specifies that the user has selected the menu item.

MENU_SELECT_6: 5

Specifies that the user has selected the menu item.

MENU_SELECT_7: 6

Specifies that the user has selected the menu item.

MENU_SELECT_8: 7

Specifies that the user has selected the menu item.

MENU_SELECT_9: 8

Specifies that the user has selected the menu item.

QUEUED: 65537

Specifies that the menu or text identified by the EventID is waiting in a queue.

REMOVED: 65538

Specifies that the menu or text identified by the EventID has been removed from the queue.

REPLACED: 65539

Specifies that the menu or text identified by the EventID has been replaced in the queue.

TIMEOUT: 65540

Specifies that the menu or text identified by the EventID has timed-out and is no longer on display.

Generated using TypeDoc