C# Class Open.Core.UI.Controls.CoreTextBox

The core-extension wrapper for the TextBox.
Inheritance: System.Windows.Controls.TextBox
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
SelectAllOnFocusProperty System.Windows.DependencyProperty
UpdateDataSourceOnEnterPressProperty System.Windows.DependencyProperty

Public Methods

Method Description
CoreTextBox ( ) : System

Protected Methods

Method Description
OnEnterPress ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
HandleKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

CoreTextBox() public method

public CoreTextBox ( ) : System
return System

OnEnterPress() protected method

protected OnEnterPress ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

Property Details

SelectAllOnFocusProperty public static property

Gets or sets whether the Text value is selected when the TextBox recieves focus.
public static DependencyProperty,System.Windows SelectAllOnFocusProperty
return System.Windows.DependencyProperty

UpdateDataSourceOnEnterPressProperty public static property

Gets or sets whether the data-source bound to the 'Text' property is updated when the Enter key is pressed.
public static DependencyProperty,System.Windows UpdateDataSourceOnEnterPressProperty
return System.Windows.DependencyProperty