Function TreeItem.disableFolding
If true
, folding is disabled for this TreeItem.
bool disableFolding() nothrow @property @nogc;
void disableFolding
(
bool v
) nothrow @property @nogc;
If true
, folding is disabled for this TreeItem.
bool disableFolding() nothrow @property @nogc;
void disableFolding
(
bool v
) nothrow @property @nogc;