CimSlider.Order (property)

Gets and sets the order of a slider in its collection.
Syntax: long = object.Order
object.Order = long
Description: CimSlider.Order contains the order of a slider in its collection. This order is also used when the slider is displayed in the slider legend. The order starts at 0 from the top of the legend and increments towards the bottom.

Examples

slider.Order = 0 makes this slider the first slider in the collection.

slider.Order = 4 makes this slider the fifth slider in the collection.