C# Class TrakHound_UI.TextBox

Interaction logic for TextBox.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Свойство 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

Свойство 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

Méthodes publiques

Méthode Description
Clear ( ) : void
TextBox ( ) : System.ComponentModel

Private Methods

Méthode 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 méthode

public Clear ( ) : void
Résultat void

TextBox() public méthode

public TextBox ( ) : System.ComponentModel
Résultat System.ComponentModel

Property Details

BackgroundProperty public_oe static_oe property

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

CornerRadiusProperty public_oe static_oe property

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

ExampleProperty public_oe static_oe property

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

FontSizeProperty public_oe static_oe property

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

HelpTextProperty public_oe static_oe property

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

InstructionsProperty public_oe static_oe property

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

IsFocusedProperty public_oe static_oe property

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

RequiredProperty public_oe static_oe property

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

ShowClearProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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

TextWrappingProperty public_oe static_oe property

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

TitleProperty public_oe static_oe property

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