C# Class CefFlashBrowser.Views.Custom.AutoSelectAllTextBox

Inheritance: TextBox
Show file Open project: Mzying2001/CefFlashBrowser

Public Methods

Method Description
BeginInit ( ) : void

Protected Methods

Method Description
OnGotFocus ( RoutedEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void

Private Methods

Method Description
AutoSelectAllTextBox_PreviewMouseDown ( object sender, MouseButtonEventArgs e ) : void

Method Details

BeginInit() public method

public BeginInit ( ) : void
return void

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e RoutedEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e RoutedEventArgs
return void