C# Class System.Windows.Controls.TextBox

Inheritance: System.Windows.Controls.Primitives.TextBoxBase, IAddChild, ITextBoxViewHost
Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
Select ( int start, int length ) : void
SelectAll ( ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

OnCreateAutomationPeer() protected méthode

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
Résultat System.Windows.Automation.Peers.AutomationPeer

OnGotFocus() protected méthode

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs k ) : void
k System.Windows.Input.KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( System.Windows.Input.KeyEventArgs k ) : void
k System.Windows.Input.KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnLostMouseCapture() protected méthode

protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseLeftButtonUp() protected méthode

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnTextInput() protected méthode

protected OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
Résultat void

OnTextInputStart() protected méthode

protected OnTextInputStart ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
Résultat void

OnTextInputUpdate() protected méthode

protected OnTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
Résultat void

Select() public méthode

public Select ( int start, int length ) : void
start int
length int
Résultat void

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void