Click or drag to resize
KaxMenuItemCollectionCopyTo Method
Copies the contents of the current KaxMenuItemCollection into the specified array of KaxMenuItem objects.

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 CopyTo(
	KaxMenuItem[] array,
	int index
)

Parameters

array
Type: Kettic.AspNet.ControlsKaxMenuItem
The target array.
index
Type: SystemInt32
The index to start copying from.
See Also