Click or drag to resize

HorizontalSlider Class (Typed)

X#
Create a horizontal slider control.
Inheritance Hierarchy
Object
  VObject
    Control
      ScrollBar
        Slider
          HorizontalSlider

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax
 CLASS HorizontalSlider INHERIT Slider
Request Example View Source

The HorizontalSlider type exposes the following members.

Constructors
  NameDescription
Public methodHorizontalSlider
Construct a horizontal slider.
Top
Remarks
A horizontal slider is a control that contains a thumb and optional tick marks. The user can move the horizontal slider's thumb using either the mouse or the Direction keys.
See Also