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