Function PopupMenu.allowSearch
If true
, allows to navigate PopupMenu
with letter keys.
bool allowSearch() nothrow @property @nogc;
void allowSearch
(
bool v
) nothrow @property @nogc;
If true
, allows to navigate PopupMenu
with letter keys.
bool allowSearch() nothrow @property @nogc;
void allowSearch
(
bool v
) nothrow @property @nogc;