C# 클래스 FTDISample.Helpers.TextBoxUtilities

파일 보기 프로젝트 열기: Jark/FTDISample

공개 프로퍼티들

프로퍼티 타입 설명
AlwaysScrollToEndProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetAlwaysScrollToEnd ( TextBox textBox ) : bool
SetAlwaysScrollToEnd ( TextBox textBox, bool alwaysScrollToEnd ) : void

비공개 메소드들

메소드 설명
AlwaysScrollToEndChanged ( object sender, DependencyPropertyChangedEventArgs e ) : void
ScrollToEnd ( TextBox tb ) : void
TextChanged ( object sender, TextChangedEventArgs e ) : void

메소드 상세

GetAlwaysScrollToEnd() 공개 정적인 메소드

public static GetAlwaysScrollToEnd ( TextBox textBox ) : bool
textBox Windows.UI.Xaml.Controls.TextBox
리턴 bool

SetAlwaysScrollToEnd() 공개 정적인 메소드

public static SetAlwaysScrollToEnd ( TextBox textBox, bool alwaysScrollToEnd ) : void
textBox Windows.UI.Xaml.Controls.TextBox
alwaysScrollToEnd bool
리턴 void

프로퍼티 상세

AlwaysScrollToEndProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml AlwaysScrollToEndProperty
리턴 Windows.UI.Xaml.DependencyProperty