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