C# Class TrakHound_UI.TextBox

Interaction logic for TextBox.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
BackgroundProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ExampleProperty System.Windows.DependencyProperty
FontSizeProperty System.Windows.DependencyProperty
HelpTextProperty System.Windows.DependencyProperty
InstructionsProperty System.Windows.DependencyProperty
IsFocusedProperty System.Windows.DependencyProperty
RequiredProperty System.Windows.DependencyProperty
ShowClearProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TextWrappingProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
ClearText void
Clear_Clicked void
FocusText void
Help_MouseDown void
Help_MouseEnter void
Help_MouseLeave void
txt_GotKeyboardFocus void
txt_GotMouseCapture void
txt_LostFocus void
txt_MouseDown void
txt_PreviewKeyDown void
txt_TextChanged void

Public Methods

Method Description
Clear ( ) : void
TextBox ( ) : System.ComponentModel

Private Methods

Method Description
ClearText ( ) : void
Clear_Clicked ( Button bt ) : void
FocusText ( ) : void
Help_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Help_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Help_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
txt_GotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
txt_GotMouseCapture ( object sender, System.Windows.Input.MouseEventArgs e ) : void
txt_LostFocus ( object sender, RoutedEventArgs e ) : void
txt_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
txt_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
txt_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

TextBox() public method

public TextBox ( ) : System.ComponentModel
return System.ComponentModel

Property Details

BackgroundProperty public static property

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

CornerRadiusProperty public static property

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

ExampleProperty public static property

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

FontSizeProperty public static property

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

HelpTextProperty public static property

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

InstructionsProperty public static property

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

IsFocusedProperty public static property

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

RequiredProperty public static property

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

ShowClearProperty public static property

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

TextProperty public static property

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

TextWrappingProperty public static property

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

TitleProperty public static property

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