C# 클래스 System.Windows.Controls.TextBox

상속: System.Windows.Controls.Primitives.TextBoxBase, IAddChild, ITextBoxViewHost
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ChangeVisualState void
ChangeVisualState void
EnsureDesignMode void
GetRectFromCharacterIndex System.Windows.Rect
GetRectFromCharacterIndex System.Windows.Rect
Initialize void
InvokeIsEnabledPropertyChanged void
InvokeOnApplyTemplate void
IsReadOnlyChanged void
OnCursorPositionChanged void
PostOnKeyDown void
RaiseUIATextChanged void
TextBox Mono
TextPropertyChanged void

공개 메소드들

메소드 설명
Select ( int start, int length ) : void
SelectAll ( ) : void

보호된 메소드들

메소드 설명
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
OnGotFocus ( RoutedEventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs k ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs k ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
OnTextInputStart ( System.Windows.Input.TextCompositionEventArgs e ) : void
OnTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs e ) : void

비공개 메소드들

메소드 설명
ChangeVisualState ( ) : void
ChangeVisualState ( bool useTransitions ) : void
EnsureDesignMode ( ) : void
GetRectFromCharacterIndex ( int charIndex ) : Rect
GetRectFromCharacterIndex ( int charIndex, bool trailingEdge ) : Rect
Initialize ( ) : void
InvokeIsEnabledPropertyChanged ( ) : void
InvokeOnApplyTemplate ( ) : void
IsReadOnlyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnCursorPositionChanged ( object sender, System.Windows.Controls.CursorPositionChangedEventArgs args ) : void
PostOnKeyDown ( System.Windows.Input.KeyEventArgs k ) : void
RaiseUIATextChanged ( System.Windows.DependencyPropertyChangedEventArgs args ) : void
TextBox ( ) : Mono
TextPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void

메소드 상세

OnCreateAutomationPeer() 보호된 메소드

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer

OnGotFocus() 보호된 메소드

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs k ) : void
k System.Windows.Input.KeyEventArgs
리턴 void

OnKeyUp() 보호된 메소드

protected OnKeyUp ( System.Windows.Input.KeyEventArgs k ) : void
k System.Windows.Input.KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnLostMouseCapture() 보호된 메소드

protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseLeftButtonUp() 보호된 메소드

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnTextInput() 보호된 메소드

protected OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
리턴 void

OnTextInputStart() 보호된 메소드

protected OnTextInputStart ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
리턴 void

OnTextInputUpdate() 보호된 메소드

protected OnTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
리턴 void

Select() 공개 메소드

public Select ( int start, int length ) : void
start int
length int
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void