Function ItemList.allowReselect
If true
, the currently selected item can be selected again.
bool allowReselect() nothrow @property @nogc;
void allowReselect
(
bool v
) nothrow @property @nogc;
If true
, the currently selected item can be selected again.
bool allowReselect() nothrow @property @nogc;
void allowReselect
(
bool v
) nothrow @property @nogc;