CimSliders.Add (method)

Adds a slider of a particular type to the collection.
Syntax: Set CimSlider = object.Add ( Type )
Parameters:
Type As ApSliderTypeEnum - Specifies the type of slider to add.
Description: CimSliders.Add adds a slider of the specified type.

Example

The following CimView script excerpt adds a new horizontal slider:

Dim Slider as CimSlider
Set Slider = cimOleObj.Sliders.Add(apSliderHorizontal)