Function PopupMenu.hideOnCheckableItemSelection
If true
, hides the PopupMenu
when a checkbox or radio button is selected.
bool hideOnCheckableItemSelection() nothrow @property @nogc;
void hideOnCheckableItemSelection
(
bool v
) nothrow @property @nogc;