Click or drag to resize
KaxTrackBarItemCollectionAddRange Method
Appends the specified array of KaxTrackBarItem objects to the end of the current KaxTrackBarItemCollection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void AddRange(
	IEnumerable<KaxTrackBarItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableKaxTrackBarItem
The array of KaxTrackBarItem to append to the end of the current KaxTrackBarItemCollection.
See Also