C# Class ColorBox.TextBoxBehavior

Show file Open project: SpoinkyNL/Artemis

Public Properties

Property Type Description
SelectAllTextOnFocusProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetSelectAllTextOnFocus ( TextBox textBox ) : bool
SetSelectAllTextOnFocus ( TextBox textBox, bool value ) : void

Private Methods

Method Description
IgnoreMouseButton ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnSelectAllTextOnFocusChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SelectAll ( object sender, RoutedEventArgs e ) : void

Method Details

GetSelectAllTextOnFocus() public static method

public static GetSelectAllTextOnFocus ( TextBox textBox ) : bool
textBox System.Windows.Controls.TextBox
return bool

SetSelectAllTextOnFocus() public static method

public static SetSelectAllTextOnFocus ( TextBox textBox, bool value ) : void
textBox System.Windows.Controls.TextBox
value bool
return void

Property Details

SelectAllTextOnFocusProperty public static property

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