SECEditController::WindowScroll

voidSECEditController::WindowScroll(intnLines, intnChars)

Scrolls the window vertically and/or horizontally.

Defined in: SECEditController.cpp

Return Value

void

Parameters

nLines

The number of lines to scroll vertically. If nLines is less than 0, the window will scroll up; otherwise down.

nChars

The number of characters to scroll horizontally. If nChars is less than 0, the window will scroll left; otherwise right.

See Also

SECEditController  WindowScrollUp  WindowScrollDown