Function 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.
long getItemAccelerator
(
const(long) idx
) nothrow @nogc const;