C# 클래스 Open.Core.UI.Controls.CoreTextBox

The core-extension wrapper for the TextBox.
상속: System.Windows.Controls.TextBox
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectAllOnFocusProperty System.Windows.DependencyProperty
UpdateDataSourceOnEnterPressProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CoreTextBox ( ) : System

보호된 메소드들

메소드 설명
OnEnterPress ( System.Windows.Input.KeyEventArgs e ) : void

비공개 메소드들

메소드 설명
HandleKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

메소드 상세

CoreTextBox() 공개 메소드

public CoreTextBox ( ) : System
리턴 System

OnEnterPress() 보호된 메소드

protected OnEnterPress ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

프로퍼티 상세

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

Gets or sets whether the Text value is selected when the TextBox recieves focus.
public static DependencyProperty,System.Windows SelectAllOnFocusProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether the data-source bound to the 'Text' property is updated when the Enter key is pressed.
public static DependencyProperty,System.Windows UpdateDataSourceOnEnterPressProperty
리턴 System.Windows.DependencyProperty