setCursorToBottom method

int setCursorToBottom()

Sets this RichEdit cursor to bottom.

Implementation

int setCursorToBottom() {
  logInfo('setCursorToBottom');
  return sendMessage(EM_SETSEL, -2, -1);
}