Menu.invoke

Invoke a menu item by its index. The item indexes start at zero for the top-most entry and increase as you go down. Index refers to all menu items including separators.

class Menu
invoke
(
this T
)
(
int index
)

Parameters

index int

The index of the check box entry.

Return Value

Type: auto

This widget to aid method chaining.

Meta