Returns the axis object for the object.
[ AxisObject = ] Object.Axis()
The Axis property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
AxisObject |
The axis object for the object. |
The following example will return the axis object to an ASlider control:
obsld1 = sld1.Axis()