C# Class FTDISample.Helpers.TextBoxUtilities

Afficher le fichier Open project: Jark/FTDISample

Méthodes publiques

Свойство Type Description
AlwaysScrollToEndProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetAlwaysScrollToEnd ( TextBox textBox ) : bool
SetAlwaysScrollToEnd ( TextBox textBox, bool alwaysScrollToEnd ) : void

Private Methods

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

Method Details

GetAlwaysScrollToEnd() public static méthode

public static GetAlwaysScrollToEnd ( TextBox textBox ) : bool
textBox Windows.UI.Xaml.Controls.TextBox
Résultat bool

SetAlwaysScrollToEnd() public static méthode

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

Property Details

AlwaysScrollToEndProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AlwaysScrollToEndProperty
Résultat Windows.UI.Xaml.DependencyProperty