Class FileBrowserEditTextBox
Encapsulates the editing logic for the main pane views that use ListBox and GridView.
Inheritance
System.Object
FileBrowserEditTextBox
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileBrowserEditTextBox : TextBox
Constructors
FileBrowserEditTextBox()
Initializes a new instance of the FileBrowserEditTextBox class.
Declaration
public FileBrowserEditTextBox()
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
OnLostFocus(RoutedEventArgs)
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
System.Windows.RoutedEventArgs
e
|
OnPreviewKeyDown(KeyEventArgs)
Declaration
protected override void OnPreviewKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|
OnTextChanged(TextChangedEventArgs)
Declaration
protected override void OnTextChanged(TextChangedEventArgs e)
Parameters
System.Windows.Controls.TextChangedEventArgs
e
|
OnTextInput(TextCompositionEventArgs)
Declaration
protected override void OnTextInput(TextCompositionEventArgs e)
Parameters
System.Windows.Input.TextCompositionEventArgs
e
|