Function PopupMenu.hideOnStateItemSelection
If true
, hides the PopupMenu
when a state item is selected.
bool hideOnStateItemSelection() nothrow @property @nogc;
void hideOnStateItemSelection
(
bool v
) nothrow @property @nogc;