MenuBar.enableMenu

Enable a disabled child menu. The indexes start at zero for the left-most menu and increase as you go right.

class MenuBar
enableMenu
(
this T
)
(
int index
)

Parameters

index int

The index of the menu to enable.

Return Value

Type: auto

This widget to aid method chaining.

Meta