|
|
|
|
|
The VisibleRange property gets and sets the width of the Range Slider control track.
The visible range can also be set: - in the description window of the Range Slider control ("General" tab).
- by the user when he modifies the extremities of the scrollbar box. In this case, the "Range modification" event of the Range Slider is automatically run.
EDT_Value = MySelf.Value
EDT_LOWER_BOUND = MySelf.MinValue
EDT_UPPER_BOUND = MySelf.MaxValue
EDT_TOTAL_RANGE = MySelf.TotalRange
EDT_VISIBLE_RANGE = MySelf.VisibleRange
Sintaxis
Finding out the visible range of the Range Slider control Ocultar los detalles
<Result> = <Range Slider control>.VisibleRange
<Result>: Integer Visible range of the Range Slider. <Range Slider control>: Control name Name of the Range Slider control used.
Modifying the visible range of Range Slider control Ocultar los detalles
<Range Slider control>.VisibleRange = <New visible range>
<Range Slider control>: Control name Name of the Range Slider control used. <New visible range>: Integer New visible range of the Range Slider control. Note For a horizontal Range Slider, only the right-hand end is modified. For a vertical Range Slider, only the bottom extremity is modified. Observaciones When the visible range of a Range Slider is changed using the VisibleRange property, the "Range modification" event of the Range Slider is not executed.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|