TcxCustomRichEditProperties Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Advanced |
Specifies whether advanced typography is enabled. |
Alignment |
Defines the horizontal alignment of text displayed by a memo control.
Inherited from Tcx |
Allow |
Specifies whether OLE operations are allowed in a rich edit control. |
Assigned |
Contains the property flags that indicate which properties specific to a text editor have been changed.
Inherited from Tcx |
Automation |
Provides access to editor UI Automation and accessibility settings.
Inherited from Tcx |
Auto |
Determines whether the memo control’s contents are automatically selected when the memo control receives focus.
Inherited from Tcx |
Auto |
Specifies whether automatic URL detection is enabled. |
Beep |
Specifies whether to play the system default sound on a validation error.
Inherited from Tcx |
Buttons |
Provides access to the collection of editor buttons.
Inherited from Tcx |
Buttons |
Specifies how the editor displays content and embedded buttons.
Inherited from Tcx |
Char |
Specifies the case of editor text.
Inherited from Tcx |
Clear |
Specifies the keyboard shortcut to clear the editor entry.
Inherited from Tcx |
Click |
Specifies a key combination to generate the On |
Display |
Specifies a formatting pattern for display text when the editor has no focus.
Inherited from Tcx |
Echo |
Specifies the text display mode.
Inherited from Tcx |
Edit |
Determines the manner in which the editor’s text is formatted when the editor is focused.
Inherited from Tcx |
Error |
Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
Inherited from Tcx |
Hide |
Specifies whether the edit cursor is hidden.
Inherited from Tcx |
Hide |
Determines whether the scrollbars disappear when they are not needed. |
Hide |
Determines whether the visual indication of the selected text remains when the editor loses focus.
Inherited from Tcx |
Images |
Specifies the collection of images used as editor button icons.
Inherited from Tcx |
Ime |
Specifies the current mode of an Input Method Editor (IME).
Inherited from Tcx |
Ime |
Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters.
Inherited from Tcx |
Immediate |
Indicates whether the edit value should be saved immediately after it has been modified.
Inherited from Tcx |
Immediate |
Inherited from Tcx |
Incremental |
Enables the incremental filtering feature for the editor’s drop-down list.
Inherited from Tcx |
Incremental |
Specifies how incremental filtering is applied to the editor’s drop-down list.
Inherited from Tcx |
Incremental |
Enables the automatic completion feature of an editor.
Inherited from Tcx |
Is |
Inherited from Tcx |
Lookup |
Specifies the list of words required to implement the automatic completion feature within an editor.
Inherited from Tcx |
Lookup |
Specifies whether the automatic completion words list is sorted in alphabetical order.
Inherited from Tcx |
Max |
Specifies the maximum number of characters a user can enter into an editor.
Inherited from Tcx |
Max |
Specifies the maximum numeric value an editor can display.
Inherited from Tcx |
Memo |
Specifies whether the rich text editor represents the rtf data as plaint text in the edit mode. |
Min |
Specifies the minimum numeric value an editor can display.
Inherited from Tcx |
Nullstring protected |
Specifies the display text for the Null value.
Inherited from Tcx |
OEMConvert |
Determines whether characters typed in an editor are converted from ANSI to OEM and back to ANSI.
Inherited from Tcx |
Owner |
Provides access to the control or its object to which the persisted settings belong.
Inherited from Tcx |
Password |
Specifies the character (if any) to display in place of the actual characters typed into an editor.
Inherited from Tcx |
Plain |
Specifies whether a rich edit control represents the loaded rtf data as plain text along with rtf markup tags in the edit mode. |
Read |
Specifies if the editor is in read-only mode.
Inherited from Tcx |
Rich |
Specifies the rich edit control’s version. |
Scroll |
Determines whether a memo editor has scrollbars.
Inherited from Tcx |
Selection |
Controls the visibility of the selection bar within a rich text editor. |
Show |
Specifies if the editor configured for password input displays a “password reveal” button when the editor’s edit box is not Text.
Inherited from Tcx |
Stream |
Specifies how to convert data that is being inserted to the editor. |
Transparent protected |
Deprecated. Specifies if the editor background is transparent.
Inherited from Tcx |
Use |
Specifies if the editor applies the display text formatting pattern to content in edit mode.
Inherited from Tcx |
Use |
Specifies whether to align text to the left in edit mode.
Inherited from Tcx |
Use |
Specifies whether an editor responds to mouse wheel rotation.
Inherited from Tcx |
Use |
Specifies whether the custom text will be displayed if the editor is empty.
Inherited from Tcx |
Validate |
Specifies whether validation is performed when an end-user presses the Enter key.
Inherited from Tcx |
Validation |
Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation.
Inherited from Tcx |
Validation |
Contains a set of flags that specify how the editor handles and displays its validation errors.
Inherited from Tcx |
Valid |
Specifies additional characters valid for a data-aware editor.
Inherited from Tcx |
View |
Specifies the view style of the text and buttons in a text editor.
Inherited from Tcx |
Visible |
Specifies the height (in text lines) of a memo editor.
Inherited from Tcx |
Want |
Specifies whether a user can insert return characters into text.
Inherited from Tcx |
Want |
Specifies whether a user can insert tab characters into text.
Inherited from Tcx |
Word |
Determines whether long strings are wrapped within a memo editor.
Inherited from Tcx |
Zoom |
Specifies the zoom factor of the editor’s content. |
#Methods
#Events
Name | Description |
---|---|
On |
Allows you to execute custom code when a user clicks an embedded editor button.
Inherited from Tcx |
On |
Allows you to customize the appearance of individual editor button glyphs.
Inherited from Tcx |
On |
Occurs on changing the value within an editor.
Inherited from Tcx |
On |
Inherited from Tcx |
On |
Allows you to respond to edit value changes.
Inherited from Tcx |
On |
Allows you to respond to new user input that does not match one of the automatic completion list entries.
Inherited from Tcx |
On |
Occurs on every editor setting change.
Inherited from Tcx |
On |
Occurs when a user attempts to modify text that is marked as protected. |
On |
Allows you to perform any actions prior to placing an object into a rich edit control. |
On |
Occurs when the text in a control has grown either too small or too large for the control’s window size. |
On |
Occurs when the window of the rich text edit control is about to be destroyed and the edit control has delayed rendering of the text copied to the clipboard. |
On |
Occurs when the current selection changes. |
On |
Allows you to respond to clicks on URLs. |
On |
Allows you to respond to hovering a link. |
On |
Occurs before converting the display value to the edit value.
Inherited from Tcx |
See Also