Menu.enableEntry

Enable a menu item. 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
enableEntry
(
this T
)
(
int index
)

Parameters

index int

The index of the item to enable.

Return Value

Type: auto

This widget to aid method chaining.

Meta