Click or drag to resize

Range Class (Typed)

X#
Create a range, representing the minimum and maximum values of the coordinates (or scroll units) that the thumb position on a scroll bar can move—up or down, left or right.
Inheritance Hierarchy
Object
  VObject
    Pair
      Range

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS Range INHERIT Pair
Request Example View Source

The Range type exposes the following members.

Constructors
  NameDescription
Public methodRange
Construct a range.
Top
Properties
  NameDescription
Public propertyEmpty
Is the pair empty ?(both values equal to 0)
(Inherited from Pair.)
Public propertyMax
A numeric value representing the maximum value in this range.
Public propertyMin
A numeric value representing the minimum value in this range.
Top
Functions
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodGetHashCode (Inherited from Pair.)
Top
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also