C# 클래스 Com.Aote.Controls.EditComboBox

상속: System.Windows.Controls.ComboBox
파일 보기 프로젝트 열기: DuBin1988/restv2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ValueProperty System.Windows.DependencyProperty
_TextBoxInput System.Windows.Controls.TextBox

공개 메소드들

메소드 설명
EditComboBox ( ) : System
OnApplyTemplate ( ) : void
_TextBoxInput_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

비공개 메소드들

메소드 설명
OnValueChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

메소드 상세

EditComboBox() 공개 메소드

public EditComboBox ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

_TextBoxInput_MouseLeftButtonDown() 공개 메소드

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

프로퍼티 상세

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty

_TextBoxInput 공개적으로 프로퍼티

public TextBox,System.Windows.Controls _TextBoxInput
리턴 System.Windows.Controls.TextBox