Alignment
|
Determines the alignment of the editor’s contents.
|
AssignedValues
protected
|
Contains the property flags that indicate which properties specific to an 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.
|
Caption
|
Specifies the caption displayed when the image editor has no loaded image.
|
Center
|
Specifies if the editor centers an image.
|
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.
|
CustomFilter
|
Specifies the file type filter for the “Open“ and “Save As“ picture dialogs.
|
ErrorIcon
|
Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
|
ExifAutoRotation
|
Specifies if the image editor rotates an image based on EXIF metadata.
|
FitMode
|
Specifies how the image editor fits and positions an image.
|
GraphicClass
|
Specifies the active image container class.
|
GraphicClassName
|
Specifies the name of the editor image container class.
|
GraphicTransparency
|
Specifies the background transparency for an image editor.
|
Images
|
Specifies the collection of images used as editor button icons.
|
ImmediatePost
|
Indicates whether the edit value should be saved immediately after it has been modified.
|
IsChanging
|
|
MaxValue
protected
|
|
MinValue
protected
|
Specifies the maximum numeric value the editor can display.
|
Owner
|
Provides access to the control or its object to which the persisted settings belong.
|
PopupMenuLayout
|
Provides access to context menu layout settings.
|
Proportional
|
Deprecated. Specifies if the editor maintains an image’s aspect ratio.
|
ReadOnly
|
Specifies if the editor is in read-only mode.
|
ShowFocusRect
|
Specifies if the image editor displays a rectangle when the editor has focus.
|
Stretch
|
Deprecated. Specifies if the editor stretches or shrinks an image to fit it into the editor boundaries.
|
Transparent
protected
|
Deprecated. Specifies if the editor background is transparent.
|
UseLeftAlignmentOnEditing
|
Specifies whether to align text to the left in edit mode.
|
UseMouseWheel
|
Specifies whether an editor responds to mouse wheel rotation.
|
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.
|