PopupMenu.isItemDisabled

Return whether the item at index "idx" is disabled. When it is disabled it can't be selected, or its action invoked.

struct PopupMenu
@nogc nothrow const
bool
isItemDisabled
(
in long idx
)

Meta