C# Class FTDISample.Helpers.TextBoxUtilities

显示文件 Open project: Jark/FTDISample

Public Properties

Property Type Description
AlwaysScrollToEndProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetAlwaysScrollToEnd ( TextBox textBox ) : bool
SetAlwaysScrollToEnd ( TextBox textBox, bool alwaysScrollToEnd ) : void

Private Methods

Method Description
AlwaysScrollToEndChanged ( object sender, DependencyPropertyChangedEventArgs e ) : void
ScrollToEnd ( TextBox tb ) : void
TextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

GetAlwaysScrollToEnd() public static method

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

SetAlwaysScrollToEnd() public static method

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

Property Details

AlwaysScrollToEndProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AlwaysScrollToEndProperty
return Windows.UI.Xaml.DependencyProperty