Function ItemList.isSelected
Returns true
if the item at the specified index is currently selected.
bool isSelected
(
const(long) idx
) nothrow @nogc const;
Returns true
if the item at the specified index is currently selected.
bool isSelected
(
const(long) idx
) nothrow @nogc const;