C# Class Source.WPF.WatermarkTextBox

Inheritance: System.Windows.Controls.TextBox
Afficher le fichier Open project: mrange/T4Include

Méthodes publiques

Свойство Type Description
IsWatermarkVisibleProperty System.Windows.DependencyProperty
WatermarkForegroundProperty System.Windows.DependencyProperty
WatermarkTextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
WatermarkTextBox ( ) : System.Collections

Méthodes protégées

Méthode Description
OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void

Private Methods

Méthode Description
Changed_IsWatermarkVisible ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
Changed_IsWatermarkVisible ( bool oldValue, bool newValue ) : void
Changed_WatermarkForeground ( Brush oldValue, Brush newValue ) : void
Changed_WatermarkForeground ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
Changed_WatermarkText ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
Changed_WatermarkText ( string oldValue, string newValue ) : void
CoerceAllProperties ( ) : void
Coerce_IsWatermarkVisible ( DependencyObject dependencyObject, object basevalue ) : object
Coerce_IsWatermarkVisible ( bool &coercedValue ) : void
Coerce_WatermarkForeground ( DependencyObject dependencyObject, object basevalue ) : object
Coerce_WatermarkForeground ( Brush &coercedValue ) : void
Coerce_WatermarkText ( DependencyObject dependencyObject, object basevalue ) : object
Coerce_WatermarkText ( string &coercedValue ) : void
Constructed__WatermarkTextBox ( ) : void
WatermarkTextBox ( ) : System.Windows

Method Details

OnTextChanged() protected méthode

protected OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void
e System.Windows.Controls.TextChangedEventArgs
Résultat void

WatermarkTextBox() public méthode

public WatermarkTextBox ( ) : System.Collections
Résultat System.Collections

Property Details

IsWatermarkVisibleProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsWatermarkVisibleProperty
Résultat System.Windows.DependencyProperty

WatermarkForegroundProperty public_oe static_oe property

public static DependencyProperty,System.Windows WatermarkForegroundProperty
Résultat System.Windows.DependencyProperty

WatermarkTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows WatermarkTextProperty
Résultat System.Windows.DependencyProperty