Alignment
|
Determines the alignment of the editor’s contents.
|
AlwaysShowBlanksAndLiterals
|
Specifies whether the editor’s display value includes blank and literal characters when the editor is not focused.
|
AssignedValues
protected
|
Contains the property flags that indicate which properties specific to a text editor have been changed.
|
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.
|
ButtonGlyph
|
Specifies the bitmap drawn on the dropdown button surface.
|
Buttons
|
Supports a collection of buttons displayed within the editor.
|
ButtonsViewStyle
protected
|
Specifies the view style for the editor text and buttons displayed within the editor.
|
CaseInsensitive
|
Specifies whether the mask is case sensitive.
|
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.
|
DisplayFormat
|
Determines the manner in which the editor’s text is formatted when the editor does not have focus.
|
DropDownAutoSize
|
Determines whether an editor’s dropdown window is resized in order to entirely display lookup columns.
|
DropDownAutoWidth
|
Specifies whether the dropdown list width is changed to display entirely.
|
DropDownHeight
|
Indicates the height of the dropdown window in pixels.
|
DropDownListStyle
|
Specifies the lookup editor’s behavior during text input.
|
DropDownRows
|
Specifies the number of values displayed in the dropdown window of the active combo box.
|
DropDownSizeable
|
|
DropDownWidth
|
Specifies the width of an editor’s dropdown window.
|
EchoMode
|
Specifies the text display mode.
|
EditFormat
|
Determines the manner in which the editor’s text is formatted when the editor is focused.
|
EditMask
|
Specifies the mask representing valid text for a masked edit control.
|
ErrorIcon
|
Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
|
ExternalListSource
protected
|
|
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.
|
IgnoreMaskBlank
|
Determines the manner in which a mask editor reacts to an input validation error.
|
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.
|
ImmediateDropDown
|
Determines whether the popup window is opened immediately after a user has pressed an alphanumeric character within an editor.
|
ImmediateDropDownWhenActivated
|
Determines whether the popup window is opened immediately after a user has activated an in-place editor.
|
ImmediateDropDownWhenKeyPressed
|
Determines whether the popup window is opened immediately after a user has pressed an alphanumeric character within an editor.
|
ImmediatePopup
|
Determines whether the popup window is opened immediately after a user has activated an in-place editor.
|
ImmediatePost
|
Indicates whether the edit value should be saved immediately after it has been modified.
|
ImmediateUpdateText
|
|
IncrementalFiltering
|
|
IncrementalFilteringOptions
|
Specifies how incremental filtering is applied to the editor’s drop-down list.
|
IncrementalSearch
|
Enables the automatic completion feature of an editor.
|
IsChanging
|
|
IsMasked
|
Indicates whether the mask exists for a mask editor.
|
ItemHeight
|
Specifies the height of an item in the combo box editor.
|
Items
|
Specifies the list of expressions used for automatic completion when a user enters the first characters into an editor.
|
KeepArrowButtonPressedWhenDroppedDown
|
|
ListColumns
protected
|
|
ListOptions
protected
|
|
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.
|
MaskKind
|
Determines the mask type of a mask editor.
|
MaxLength
|
Specifies the maximum number of characters a user can enter into an editor.
|
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.
|
PopupAlignment
|
Specifies the manner in which the dropdown window is aligned relative to the editor.
|
PopupAutoSize
|
Specifies whether the popup window is resized to accommodate the control placed on it.
|
PopupClientEdge
|
Specifies whether to display the inner border within the popup window.
|
PopupDirection
|
|
PopupHeight
|
Specifies the height of the dropdown window.
|
PopupHorzAlignment
|
|
PopupMinHeight
|
Specifies the minimum height of the popup window.
|
PopupMinWidth
|
Specifies the minimum width of the popup window.
|
PopupSizeable
|
Determines whether the popup window is sizeable.
|
PopupSysPanelStyle
|
Specifies whether to display the system panel at the bottom of the popup window.
|
PopupVertAlignment
|
|
PopupWidth
|
Specifies the width of the popup window.
|
PostPopupValueOnTab
|
Specifies whether the selected item’s value is posted to the editor when the popup window is closed using the Tab key.
|
ReadOnly
|
Specifies the desired read-only status of an editor.
|
Revertable
|
Determines whether the dropdown values of the combo box can be cycled through by a double click within the editor.
|
ShowPasswordRevealButton
|
Specifies if the editor configured for password input displays a “password reveal” button when the editor’s edit box is not Text.
|
Sorted
|
Determines whether the auto completion expression list is sorted in alphabetical order.
|
Transparent
protected
|
|
UseDisplayFormatWhenEditing
|
Specifies if the display mode format is used for value formatting 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
|
|
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.
|