TextEdit Members
In This Article
#Constructors
Name | Description |
---|---|
Text |
Initializes a new instance of the Text |
#Fields
Name | Description |
---|---|
Accepts |
Identifies the Text |
Allow |
Identifies the Text |
Allow |
Identifies the Text |
Buttons |
Identifies the Text |
Causes |
Identifies the Base |
Display |
Identifies the Display |
Display |
Identifies the Display |
Edit |
Identifies the Base |
Edit |
Identifies the Edit |
Edit |
Identifies the Edit |
Edit |
Identifies the Base |
Edit |
Identifies the Base |
Has |
Identifies the Base |
Header |
Identifies the Header dependency property. |
Header |
Identifies the Header |
Input |
Identifies the Text |
Is |
Identifies the Base |
Is |
Identifies the Is |
Is |
Identifies the Text |
Max |
Identifies the Text |
Null |
Identifies the Text |
Null |
Identifies the Text |
Null |
Identifies the Text |
Selection |
Identifies the Text |
Show |
Identifies the Show |
Show |
Identifies the Text |
Show |
Identifies the Show |
Show |
Identifies the Text |
Show |
Identifies the Text |
Show |
Identifies the Text |
Text |
Identifies the Text |
Text |
Identifies the Text |
Text |
Identifies the Text |
Text |
Identifies the Text |
Validate |
Identifies the Base |
Validate |
Identifies the Base |
Validation |
Identifies the Base |
#Properties
Name | Description |
---|---|
Accepts |
Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. |
Allow |
Gets or sets whether end-users can set the editor’s value to a null reference. This is a dependency property. |
Allow |
Gets or sets whether or not a value can be changed by spinning the mouse wheel. This is a dependency property. |
Buttons | Returns the collection of buttons. |
Causes |
Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property.
Inherited from Base |
Display |
Gets or sets the pattern used to format the editor’s display value. This is a dependency property. |
Display |
Gets the text displayed within the editor. This is a dependency property. |
Edit |
Provides access to an internal editor control.
Inherited from Base |
Edit |
Gets or sets the editor’s value. This is a dependency property.
Inherited from Base |
Edit |
Gets or sets a converter used to provide the editor’s value. This is a dependency property.
Inherited from Base |
Edit |
Gets or sets the amount of time, in milliseconds, after which a value specified by a user is posted to the editor.
Inherited from Base |
Edit |
Gets or sets whether a value specified by a user should be posted immediately or after a delay.
Inherited from Base |
Edit |
Gets or sets the edit value’s type treatment. This is a dependency property.
Inherited from Base |
Has |
Gets whether an editor has a validation error. This is a dependency property.
Inherited from Base |
Header |
Gets or sets the content for the Text |
Header |
Gets or sets the template that defines the Text |
Input |
Gets or sets the context for input used by this Text |
Is |
Inherited from Base |
Is |
Gets or sets whether the editor’s value can be changed by end-users. This is a dependency property.
Inherited from Base |
Is |
Gets or sets whether the Text |
Is |
Gets or sets whether the text prediction feature (“autocomplete”) is enabled. |
Max |
Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. |
Null |
Gets or sets the text displayed within the edit box when the editor’s value is null. This is a dependency property. |
Null |
Gets or sets the brush used to render the null text. This is a dependency property. |
Null |
Gets or sets a null value for the editor. This is a dependency property. |
Selected |
Gets or sets the text selected within the editor. |
Selection |
Gets or sets the brush used to highlight the selected text. This is a dependency property. |
Show |
Gets or sets whether the editor displays the Clear button. This is a dependency property. |
Show |
Gets or sets whether the editor’s default buttons are displayed. This is a dependency property. |
Show |
Inherited from Base |
Show |
Gets or sets whether to display the null text. This is a dependency property. |
Show |
Gets or sets whether to display the null text for the Empty value. This is a dependency property. |
Show |
Gets or sets whether the edit box is displayed. This is a dependency property. |
Text | Gets or sets the text displayed within the edit box. This is a dependency property. |
Text |
Gets or sets the text’s horizontal alignment. This is a dependency property. |
Text |
Provides access to the edit settings. This is a dependency property. |
Text |
Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property. |
Validate |
Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property.
Inherited from Base |
Validate |
Gets or sets whether the edit value should be validated while typing within the editor’s text box. This is a dependency property.
Inherited from Base |
Validation |
Gets or sets the validation error defined for the editor. This is a dependency property.
Inherited from Base |
#Methods
Name | Description |
---|---|
Clear |
Clears error notification and resets the editor’s value.
Inherited from Base |
Cut() | Moves the current selection in the text editor to the clipboard. |
Delete() | Deletes the currently selected text from the text editor. |
Do |
Validates the editor.
Inherited from Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Paste() | Replaces the current selection in the text editor with the contents of the clipboard. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Select |
Selects the specified number of characters in the text editor, starting from the point specified. |
Select |
Selects the editor’s entire content. |
Spin |
Decrements the value of a masked editor. |
Spin |
Increments the value of a masked editor. |
To |
Returns a string that represents the current object. Inherited from Object. |
Undo() | Undoes the last edit operation in the text control. |
#Events
Name | Description |
---|---|
Custom |
Enables you to display a custom text within the editor. |
Edit |
Occurs after the editor’s value has been changed.
Inherited from Base |
Edit |
Occurs before the editor’s value is changed.
Inherited from Base |
Spin | Occurs when the UP or DOWN ARROW key is pressed. |
Validate |
Enables you to validate the editor’s value.
Inherited from Base |
See Also