LineRight() public method

Scrolls to the right.
public LineRight ( ) : void
return void
Exemplo n.º 1
0
 public void LineRight()
 {
     _editor.LineRight();
 }