C# Class FirstFloor.ModernUI.Windows.Controls.HistoricalTextBox

Inheritance: BetterComboBox
ファイルを表示 Open project: gro-ove/actools

Public Properties

Property Type Description
MaxSizeProperty System.Windows.DependencyProperty
SaveKeyProperty System.Windows.DependencyProperty

Public Methods

Method Description
HistoricalTextBox ( ) : System

Protected Methods

Method Description
OnDropDownOpened ( EventArgs e ) : void
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

Private Methods

Method Description
AddText ( ) : void
OnLostFocus ( object sender, RoutedEventArgs e ) : void
OnMaxSizeChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMaxSizeChanged ( int newValue ) : void
OnSaveKeyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSaveKeyChanged ( string newValue ) : void
OnTextChanged ( object sender, RoutedEventArgs e ) : void

Method Details

HistoricalTextBox() public method

public HistoricalTextBox ( ) : System
return System

OnDropDownOpened() protected method

protected OnDropDownOpened ( EventArgs e ) : void
e System.EventArgs
return void

OnSelectionChanged() protected method

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
return void

Property Details

MaxSizeProperty public_oe static_oe property

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

SaveKeyProperty public_oe static_oe property

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