Свойство | Type | Description | |
---|---|---|---|
ChangeVisualState | void | ||
ChangeVisualState | void | ||
EnsureDesignMode | void | ||
GetRectFromCharacterIndex | |||
GetRectFromCharacterIndex | |||
Initialize | void | ||
InvokeIsEnabledPropertyChanged | void | ||
InvokeOnApplyTemplate | void | ||
IsReadOnlyChanged | void | ||
OnCursorPositionChanged | void | ||
PostOnKeyDown | void | ||
RaiseUIATextChanged | void | ||
TextBox | Mono | ||
TextPropertyChanged | void |
Méthode | Description | |
---|---|---|
Select ( int start, int length ) : void | ||
SelectAll ( ) : void |
Méthode | Description | |
---|---|---|
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer | ||
OnGotFocus ( |
||
OnKeyDown ( System.Windows.Input.KeyEventArgs k ) : void | ||
OnKeyUp ( System.Windows.Input.KeyEventArgs k ) : void | ||
OnLostFocus ( |
||
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 |
Méthode | Description | |
---|---|---|
ChangeVisualState ( ) : void | ||
ChangeVisualState ( bool useTransitions ) : void | ||
EnsureDesignMode ( ) : void | ||
GetRectFromCharacterIndex ( int charIndex ) : |
||
GetRectFromCharacterIndex ( int charIndex, bool trailingEdge ) : |
||
Initialize ( ) : void | ||
InvokeIsEnabledPropertyChanged ( ) : void | ||
InvokeOnApplyTemplate ( ) : void | ||
IsReadOnlyChanged ( |
||
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 ( |
protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer | ||
Résultat | System.Windows.Automation.Peers.AutomationPeer |
protected OnGotFocus ( |
||
e | ||
Résultat | void |
protected OnKeyDown ( System.Windows.Input.KeyEventArgs k ) : void | ||
k | System.Windows.Input.KeyEventArgs | |
Résultat | void |
protected OnKeyUp ( System.Windows.Input.KeyEventArgs k ) : void | ||
k | System.Windows.Input.KeyEventArgs | |
Résultat | void |
protected OnLostFocus ( |
||
e | ||
Résultat | void |
protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
Résultat | void |
protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
Résultat | void |
protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
Résultat | void |
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
Résultat | void |
protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
Résultat | void |
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
Résultat | void |
protected OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void | ||
e | System.Windows.Input.TextCompositionEventArgs | |
Résultat | void |
protected OnTextInputStart ( System.Windows.Input.TextCompositionEventArgs e ) : void | ||
e | System.Windows.Input.TextCompositionEventArgs | |
Résultat | void |
protected OnTextInputUpdate ( System.Windows.Input.TextCompositionEventArgs e ) : void | ||
e | System.Windows.Input.TextCompositionEventArgs | |
Résultat | void |
public Select ( int start, int length ) : void | ||
start | int | |
length | int | |
Résultat | void |