LineLeft() public method

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