SECEditController::LineScroll

void SECEditController::LineScroll(int nLines, int nChars = 0)

Scrolls the text.

Defined in: SECEditControllerCEditEmul.cpp

Parameters

nLines

Specifies the number of lines to scroll vertically.

nChars

Specifies the number of character positions to scroll horizontally.

Developer Notes

This method is provided as a part of the Objective Edit CEdit compatiblity layer.

See Also

SECEditController