PopupMenu.setItemAccelerator

Sets 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
void
setItemAccelerator
(
in long idx
,
in long accel
)

Meta