Property | Type | Description | |
---|---|---|---|
AutoWordSelectionProperty | |||
CaretBrushProperty | |||
CharacterCasingProperty | |||
InputWidthProperty | |||
IsReadOnlyProperty | |||
IsUndoEnabledProperty | |||
MaxLengthProperty | |||
SelectionBrushProperty | |||
SelectionOpacityProperty | |||
TextAlignmentProperty | |||
TextDecorationsProperty | |||
TextProperty | |||
UndoLimitProperty |
Method | Description | |
---|---|---|
AppendText ( string text ) : void |
Appends text
|
|
Copy ( ) : void |
Copies selected content to the clipboard
|
|
CreateQuickAccessItem ( ) : |
Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.
|
|
Cut ( ) : void |
Cuts selected content to the clipboard
|
|
OnApplyTemplate ( ) : void |
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate
|
|
OnKeyTipPressed ( ) : void |
Handles key tip pressed
|
|
OnTextBoxTemplatedGotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void | ||
OnTextBoxTemplatedKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnTextBoxTemplatedLostFocus ( object sender, |
||
OnTextBoxTemplatedSelectionChanged ( object sender, |
||
OnTextBoxTemplatedTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
Paste ( ) : void |
Pastes content from the clipboard
|
|
RaiseSelectionChanged ( ) : void | ||
RaiseTextChanged ( System.Windows.Controls.TextChangedEventArgs args ) : void | ||
Redo ( ) : bool |
Redoes the most recent undo command
|
|
Select ( int start, int length ) : void |
Selects contents
|
|
SelectAll ( ) : void |
Selects all the contents
|
|
Undo ( ) : bool |
Undoes the most recent undo command
|
Method | Description | |
---|---|---|
BindQuickAccessItem ( |
This method must be overridden to bind properties to use in quick access creating
|
|
OnGotFocus ( |
Invoked whenever an unhandled E:System.Windows.UIElement.GotFocus event reaches this element in its route.
|
|
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void |
Invoked when an unhandled System.Windows.Input.Keyboard.KeyUp�attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
Method | Description | |
---|---|---|
IsTemplateValid ( ) : bool | ||
OnCoerceStyle ( |
||
TextBox ( ) : System |
protected BindQuickAccessItem ( |
||
element | Toolbar item | |
return | void |
public CreateQuickAccessItem ( ) : |
||
return |
protected OnGotFocus ( |
||
e | The |
|
return | void |
protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | The System.Windows.Input.KeyEventArgs that contains the event data. |
return | void |
public OnTextBoxTemplatedGotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.KeyboardFocusChangedEventArgs | |
return | void |
public OnTextBoxTemplatedKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.KeyEventArgs | |
return | void |
public OnTextBoxTemplatedLostFocus ( object sender, |
||
sender | object | |
e | ||
return | void |
public OnTextBoxTemplatedSelectionChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public OnTextBoxTemplatedTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Controls.TextChangedEventArgs | |
return | void |
public RaiseTextChanged ( System.Windows.Controls.TextChangedEventArgs args ) : void | ||
args | System.Windows.Controls.TextChangedEventArgs | |
return | void |
public Select ( int start, int length ) : void | ||
start | int | Start |
length | int | Length |
return | void |
public static DependencyProperty,System.Windows AutoWordSelectionProperty | ||
return |
public static DependencyProperty,System.Windows CaretBrushProperty | ||
return |
public static DependencyProperty,System.Windows CharacterCasingProperty | ||
return |
public static DependencyProperty,System.Windows InputWidthProperty | ||
return |
public static DependencyProperty,System.Windows IsReadOnlyProperty | ||
return |
public static DependencyProperty,System.Windows IsUndoEnabledProperty | ||
return |
public static DependencyProperty,System.Windows MaxLengthProperty | ||
return |
public static DependencyProperty,System.Windows SelectionBrushProperty | ||
return |
public static DependencyProperty,System.Windows SelectionOpacityProperty | ||
return |
public static DependencyProperty,System.Windows TextAlignmentProperty | ||
return |
public static DependencyProperty,System.Windows TextDecorationsProperty | ||
return |
public static DependencyProperty,System.Windows TextProperty | ||
return |