PopupMenu.setItemDisabled

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

struct PopupMenu
@nogc nothrow
void
setItemDisabled
(
in long idx
,
in bool disabled
)

Meta