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.
|
AutoSize
|
Specifies whether the size of track bar’s elements is calculated automatically.
|
BeepOnError
|
Specifies whether to play the system default sound on a validation error.
|
BorderWidth
|
Specifies the additional offset of the track bar’s elements from its borders.
|
Buttons
|
Provides access to the collection of editor buttons.
|
ButtonsViewStyle
protected
|
Specifies how the editor displays content and embedded buttons.
|
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.
|
ErrorIcon
|
Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
|
FirstRange
|
Specifies the settings of the editor’s first scale range.
|
Frequency
|
Specifies the distance between tick marks.
|
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
|
|
LineSize
|
Specifies the amount by which the thumb’s position is changed when clicking the change buttons or pressing the arrow keys when the track bar editor is focused.
|
Max
|
Specifies the maximum value that can be represented by the zoom track bar editor.
|
MaxValue
protected
|
|
Min
|
Specifies the minimum value that can be represented by the zoom track bar editor.
|
MinValue
protected
|
Specifies the maximum numeric value the editor can display.
|
Orientation
|
Specifies whether the track bar is oriented horizontally or vertically.
|
Owner
|
Provides access to the control or its object to which the persisted settings belong.
|
PageSize
|
Specifies the amount by which the thumb’s position is changed when clicking the track bar or pressing the Page Up or Page Down key when the track bar editor is focused.
|
ReadOnly
|
Specifies if the editor is in read-only mode.
|
ReverseDirection
|
Switches the scale direction of the track bar to the opposite direction.
|
SecondRange
|
Specifies the settings of the editor’s second scale range.
|
SelectionColor
|
Specifies the color of the selection bar.
|
SelectionEnd
|
Specifies the position where the selection bar ends.
|
SelectionStart
|
Specifies the position where the selection bar starts.
|
ShowChangeButtons
|
Specifies the visibility of buttons that allow end-users to move the thumb.
|
ShowPositionHint
|
Specifies the visibility of a hint window displaying the current thumb position.
|
ShowTicks
|
Switches the visibility of tick marks.
|
ShowTrack
|
Specifies the visibility of the track bar.
|
TextOrientation
|
Specifies the orientation of the text representing tick marks.
|
ThumbColor
|
Specifies the color of the track bar’s thumb.
|
ThumbHeight
|
Specifies the height of the track bar’s thumb in pixels.
|
ThumbHighlightColor
|
Specifies the color of the track bar’s thumb when the mouse pointer hovers over it.
|
ThumbStep
|
Specifies the manner in which the track bar’s thumb is moved when the track bar is clicked.
|
ThumbType
|
Specifies whether the track bar’s thumb is visible and whether it must be custom painted.
|
ThumbWidth
|
Specifies the width of the track bar’s thumb in pixels.
|
TickColor
|
Specifies the color of ticks.
|
TickMarks
|
Specifies the position of tick marks and the appearance of the track bar’s thumb.
|
TickSize
|
Specifies the size of ticks in pixels.
|
TickType
|
Specifies the appearance of tick marks.
|
TrackColor
|
Specifies the color of the track bar.
|
TrackSize
|
Specifies the width of the track bar in pixels.
|
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.
|