TextBoxBase.LineLeft 메서드

정의

컨트롤 내용을 한 줄 왼쪽으로 스크롤합니다.

public:
 void LineLeft();
public void LineLeft ();
member this.LineLeft : unit -> unit
Public Sub LineLeft ()

예제

다음 예제에서는 메서드를 사용 하 여 LineLeft 컨트롤의 TextBox 내용을 스크롤 하는 방법을 보여 줍니다.

private void lineLeft(object sender, RoutedEventArgs e)
{
    myTextBox.LineLeft();
}
Private Sub lineLeft(ByVal sender As Object, ByVal e As RoutedEventArgs)
    myTextBox.LineLeft()
End Sub

적용 대상

추가 정보