C# Class csShared.Controls.WatermarkTextBox

Inheritance: System.Windows.Controls.TextBox
Show file Open project: TNOCS/csTouch

Public Properties

Property Type Description
SelectAllOnGotFocusProperty System.Windows.DependencyProperty
WatermarkProperty System.Windows.DependencyProperty
WatermarkTemplateProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnGotFocus ( RoutedEventArgs e ) : void
OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
WatermarkTextBox ( ) : System.Windows

Method Details

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnPreviewMouseLeftButtonDown() protected method

protected OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

SelectAllOnGotFocusProperty public static property

public static DependencyProperty,System.Windows SelectAllOnGotFocusProperty
return System.Windows.DependencyProperty

WatermarkProperty public static property

public static DependencyProperty,System.Windows WatermarkProperty
return System.Windows.DependencyProperty

WatermarkTemplateProperty public static property

public static DependencyProperty,System.Windows WatermarkTemplateProperty
return System.Windows.DependencyProperty