Menu.disableEntry

Disable 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
disableEntry
(
this T
)
(
int index
)

Parameters

index int

The index of the item to disable.

Return Value

Type: auto

This widget to aid method chaining.

Meta