Skip to content

StatusBarSliderPane Object

Description

Represents a status bar slider pane object.

For a list of all members defined in this module, see StatusBarSliderPane Members.

Remarks

Status Bar Slider Pane

Notes

  • The AddSliderPane method is used to add a slider pane to the status bar. The Max and Min values should be set after creation to specify the maximum and minimum values that the slider will use.

  • The SliderPaneClick event occurs when a slider pane has been clicked. The current position of the thumb tracker is retrieved, as well as how the slider was moved (clicked on button, thumb tracker, line, etc.).

  • The SliderPaneClick event can be used to update the Value of the slider. The Value will need to be manually maintained each time the slider is clicked. A value from the XTPSliderCommand enumeration will be passed to the SliderPaneClick event, which specifies where the user clicked on the slider (clicked on button, thumb tracker, line, etc.) and the current position of the thumb tracker.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.