PopupMenu.getItemAccelerator

Returns the accelerator of the item at index idx. Accelerators are special combinations of keys that activate the item, no matter which control is focused.

struct PopupMenu
@nogc nothrow const
long
getItemAccelerator
(
in long idx
)

Meta