C# Class Com.Aote.Controls.EditComboBox

Inheritance: System.Windows.Controls.ComboBox
Mostra file Open project: DuBin1988/restv2 Class Usage Examples

Public Properties

Property Type Description
ValueProperty System.Windows.DependencyProperty
_TextBoxInput System.Windows.Controls.TextBox

Public Methods

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

Private Methods

Method Description
OnValueChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

EditComboBox() public method

public EditComboBox ( ) : System
return System

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

_TextBoxInput_MouseLeftButtonDown() public method

public _TextBoxInput_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

ValueProperty public_oe static_oe property

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

_TextBoxInput public_oe property

public TextBox,System.Windows.Controls _TextBoxInput
return System.Windows.Controls.TextBox