Alignment
|
Determines the alignment of the editor’s contents.
|
AllowAddCustomTokens
|
Specifies if it is possible to enter custom tokens to the token editor.
|
AssignedValues
|
Contains the property flags that indicate which properties specific to a text editor have been changed.
|
Automation
|
Provides access to editor UI Automation and accessibility settings.
|
AutoSelect
|
Determines whether the editor’s contents are automatically selected when the editor receives focus.
|
BeepOnError
|
Specifies whether to play the system default sound on a validation error.
|
Buttons
|
Provides access to the collection of editor buttons.
|
ButtonsViewStyle
protected
|
Specifies how the editor displays content and embedded buttons.
|
CharCase
|
Specifies the case of editor text.
|
ClearKey
|
Specifies the keyboard shortcut to clear the editor entry.
|
ClickKey
|
Specifies a key combination to generate the OnButtonClick click event for the default button.
|
CloseGlyphPosition
|
Specifies the position and availability of the Close glyph within a token box.
|
DisplayFormat
|
Specifies a formatting pattern for display text when the editor has no focus.
|
EchoMode
|
Specifies the text display mode.
|
EditFormat
|
Determines the manner in which the editor’s text is formatted when the editor is focused.
|
EditValueDelimiter
|
Specifies the character that delimits token text ID strings in the token editor’s edit value.
|
ErrorIcon
|
Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
|
GlyphPosition
|
Specifies the position of assigned glyphs or images within token boxes.
|
HideCursor
protected
|
Specifies whether the edit cursor is hidden.
|
HideSelection
|
Determines whether the visual indication of the selected text remains when the editor loses focus.
|
Images
|
Specifies the collection of images used as editor button icons.
|
ImeMode
|
Specifies the current mode of an Input Method Editor (IME).
|
ImeName
|
Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters.
|
ImmediatePost
|
Indicates whether the edit value should be saved immediately after it has been modified.
|
ImmediateUpdateText
|
|
IncrementalFiltering
|
Enables the incremental filtering feature for the editor’s drop-down list.
|
IncrementalFilteringOptions
|
Specifies how incremental filtering is applied to the editor’s drop-down list.
|
IncrementalSearch
|
Enables the automatic completion feature of an editor.
|
InputDelimiters
|
Specifies a string whose characters are available as token delimiters within the input string.
|
IsChanging
|
|
Lookup
|
Provides access to the token editor‘s lookup settings.
|
LookupItems
|
Specifies the list of words required to implement the automatic completion feature within an editor.
|
LookupItemsSorted
|
Specifies whether the automatic completion words list is sorted in alphabetical order.
|
MaxLength
|
Specifies the maximum number of characters a user can enter into an editor.
|
MaxLineCount
|
Specifies the maximum number of simultaneously visible lines of token boxes in a token editor if the autosize mode is disabled.
|
MaxValue
|
Specifies the maximum numeric value an editor can display.
|
MinValue
|
Specifies the minimum numeric value an editor can display.
|
Nullstring
protected
|
Specifies the display text for the Null value.
|
OEMConvert
|
Determines whether characters typed in an editor are converted from ANSI to OEM and back to ANSI.
|
Owner
|
Provides access to the control or its object to which the persisted settings belong.
|
PasswordChar
|
Specifies the character (if any) to display in place of the actual characters typed into an editor.
|
PostEditValueOnFocusLeave
|
Specifies if the token editor attempts to create a token from the input string and append the token to the edit value when focus leaves the editor.
|
ReadOnly
|
Specifies if the editor is in read-only mode.
|
ShowPasswordRevealButton
|
Specifies if the editor configured for password input displays a “password reveal” button when the editor’s edit box is not Text.
|
Tokens
|
Provides access to the collection of predefined tokens.
|
Transparent
protected
|
Deprecated. Specifies if the editor background is transparent.
|
UseDisplayFormatWhenEditing
|
Specifies if the editor applies the display text formatting pattern to content in edit mode.
|
UseLeftAlignmentOnEditing
|
Specifies whether to align text to the left in edit mode.
|
UseMouseWheel
|
Specifies whether an editor responds to mouse wheel rotation.
|
UseNullString
protected
|
Specifies whether the custom text will be displayed if the editor is empty.
|
ValidateOnEnter
|
Specifies whether validation is performed when an end-user presses the Enter key.
|
ValidationErrorIconAlignment
|
Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation.
|
ValidationOptions
|
Contains a set of flags that specify how the editor handles and displays its validation errors.
|
ValidChars
|
Specifies additional characters valid for a data-aware editor.
|
ViewStyle
|
Specifies the view style of the text and buttons in a text editor.
|