C# Class MahTweets.UI.Controls.CompositionBox

Mostra file Open project: nickhodge/MahTweets.LawrenceHargrave

Public Properties

Property Type Description
SendMessageCommand System.Windows.DependencyProperty

Public Methods

Method Description
CompositionBox ( ) : System
FocusOnText ( ) : void
ScrollToEnd ( ) : void
SetHeight ( double h ) : void
mi_TextSelect_Click ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
HideShowAutoComplete ( string filter, bool show ) : void
contextMenuItem_StandardCCP ( object sender, RoutedEventArgs e ) : void
contextMenuSelectedTextOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void

Method Details

CompositionBox() public method

public CompositionBox ( ) : System
return System

FocusOnText() public method

public FocusOnText ( ) : void
return void

OnLostKeyboardFocus() protected method

protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
return void

OnPreviewKeyDown() protected method

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

ScrollToEnd() public method

public ScrollToEnd ( ) : void
return void

SetHeight() public method

public SetHeight ( double h ) : void
h double
return void

mi_TextSelect_Click() public method

public mi_TextSelect_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

Property Details

SendMessageCommand public_oe static_oe property

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