Function TextEdit.isLineHidden
Returns whether the line at the specified index is hidden or not.
bool isLineHidden
(
const(long) line
) nothrow @nogc const;
Returns whether the line at the specified index is hidden or not.
bool isLineHidden
(
const(long) line
) nothrow @nogc const;