Click or drag to resize
ContextMenuTargetCollectionAddRange Method
Appends the specified array of ContextMenuTarget objects to the end of the current ContextMenuTargetCollection.

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

Parameters

targets
Type: System.Collections.GenericIEnumerableContextMenuTarget
The array of ContextMenuTarget o append to the end of the current ContextMenuTargetCollection.
See Also