Function TreeItem.isButtonDisabled
Returns true if the button at index button_idx for the given column is disabled.
bool isButtonDisabled
(
const(long) column,
const(long) button_idx
) nothrow @nogc const;