Axis Property (ASlider)

Returns the axis object for the object.

Syntax

[ AxisObject = ] Object.Axis()

The Axis property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

AxisObject

AAxis

The axis object for the object.

Example

The following example will return the axis object to an ASlider control:

obsld1 = sld1.Axis()

Applies to

ASlider

See Also

AAxis, AxisFont