TdxRangeTrackBarProperties Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Alignment |
Determines the alignment of the editor’s contents.
Inherited from Tcx |
Assigned |
Contains the property flags that indicate which properties specific to an editor have been changed.
Inherited from Tcx |
Automation |
Provides access to editor UI Automation and accessibility settings.
Inherited from Tcx |
Auto |
Determines whether the editor’s contents are automatically selected when the editor receives focus.
Inherited from Tcx |
Auto |
Specifies whether the size of track bar’s elements is calculated automatically.
Inherited from Tcx |
Beep |
Specifies whether to play the system default sound on a validation error.
Inherited from Tcx |
Border |
Specifies the additional offset of the track bar’s elements from its borders.
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 |
Clear |
Specifies the keyboard shortcut to clear the editor entry.
Inherited from Tcx |
Click |
Specifies a key combination to generate the On |
Delimiter |
Specifies a delimiter for range values stored by the editor’s edit value in a string format.
Inherited from Tdx |
Edit |
Specifies the format in which the editor’s edit value is stored.
Inherited from Tdx |
Error |
Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
Inherited from Tcx |
Frequency |
Specifies the distance between tick marks.
Inherited from Tcx |
Images |
Specifies the collection of images used as editor button icons.
Inherited from Tcx |
Immediate |
Indicates whether the edit value should be saved immediately after it has been modified.
Inherited from Tcx |
Is |
Inherited from Tcx |
Line |
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.
Inherited from Tcx |
Max |
Specifies the maximum value that can be represented by the track bar editor.
Inherited from Tcx |
Max |
Inherited from Tcx |
Min |
Specifies the minimum value that can be represented by the track bar editor.
Inherited from Tcx |
Min |
Specifies the maximum numeric value the editor can display.
Inherited from Tcx |
Orientation |
Specifies whether the track bar is oriented horizontally or vertically.
Inherited from Tcx |
Owner |
Provides access to the control or its object to which the persisted settings belong.
Inherited from Tcx |
Page |
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.
Inherited from Tcx |
Read |
Specifies if the editor is in read-only mode.
Inherited from Tcx |
Reverse |
Switches the scale direction of the track bar to the opposite direction.
Inherited from Tcx |
Selection |
Specifies the color of the selection bar.
Inherited from Tcx |
Selection |
Specifies the position where the selection bar ends.
Inherited from Tcx |
Selection |
Specifies the position where the selection bar starts.
Inherited from Tcx |
Show |
Specifies the visibility of buttons that allow end-users to move the thumb.
Inherited from Tcx |
Show |
Specifies the visibility of a hint window displaying the current thumb position.
Inherited from Tcx |
Show |
Switches the visibility of the selection bar.
Inherited from Tdx |
Show |
Switches the visibility of tick marks.
Inherited from Tcx |
Show |
Specifies the visibility of the track bar.
Inherited from Tcx |
Text |
Specifies the orientation of the text representing tick marks.
Inherited from Tcx |
Thumb |
Specifies the color of the track bar’s thumb.
Inherited from Tcx |
Thumb |
Specifies the height of the track bar’s thumb in pixels.
Inherited from Tcx |
Thumb |
Specifies the color of the track bar’s thumb when the mouse pointer hovers over it.
Inherited from Tcx |
Thumb |
Specifies the manner in which the track bar’s thumb is moved when the track bar is clicked.
Inherited from Tcx |
Thumb |
Specifies whether the track bar’s thumb is visible and whether it must be custom painted.
Inherited from Tcx |
Thumb |
Specifies the width of the track bar’s thumb in pixels.
Inherited from Tcx |
Tick |
Specifies the color of ticks.
Inherited from Tcx |
Tick |
Specifies the position of tick marks and the appearance of the track bar’s thumb.
Inherited from Tcx |
Tick |
Specifies the size of ticks in pixels.
Inherited from Tcx |
Tick |
Specifies the appearance of tick marks.
Inherited from Tcx |
Track |
Specifies the color of the track bar.
Inherited from Tcx |
Track |
Specifies the width of the track bar in pixels.
Inherited from Tcx |
Transparent protected |
Deprecated. Specifies if the editor background is transparent.
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 |
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 |
#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 |
Enables you to custom paint the thumb that indicates the selected range’s upper bound.
Inherited from Tdx |
On |
Enables you to custom paint the thumb that indicates the selected range’s lower bound.
Inherited from Tdx |
On |
Enables you to paint the track bar’s thumb in a custom manner.
Inherited from Tcx |
On |
Allows you to respond to edit value changes.
Inherited from Tcx |
On |
Enables you to dynamically control the visibility and content of a hint window shown in response to thumb position changes and mouse hover events.
Inherited from Tdx |
On |
Specifies the size of the custom painted track bar’s thumb.
Inherited from Tcx |
On |
Enables you customize the visibility and content of text labels within tick marks.
Inherited from Tcx |
On |
Occurs on every editor setting change.
Inherited from Tcx |
On |
Occurs before converting the display value to the edit value.
Inherited from Tcx |
See Also