C# Class Com.Aote.Controls.EditComboBox

Inheritance: System.Windows.Controls.ComboBox
Afficher le fichier Open project: DuBin1988/restv2 Class Usage Examples

Méthodes publiques

Свойство Type Description
ValueProperty System.Windows.DependencyProperty
_TextBoxInput System.Windows.Controls.TextBox

Méthodes publiques

Méthode Description
EditComboBox ( ) : System
OnApplyTemplate ( ) : void
_TextBoxInput_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Méthode Description
OnValueChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

EditComboBox() public méthode

public EditComboBox ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

_TextBoxInput_MouseLeftButtonDown() public méthode

public _TextBoxInput_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

Property Details

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty

_TextBoxInput public_oe property

public TextBox,System.Windows.Controls _TextBoxInput
Résultat System.Windows.Controls.TextBox