Click or drag to resize
KaxTreeViewContextMenuCollectionCopyTo Method
Copies the KaxTreeViewContextMenu instances stored in the KaxTreeViewContextMenuCollection object to an System.Array object, beginning at the specified index location in the System.Array.

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

Parameters

array
Type: Kettic.AspNet.ControlsKaxTreeViewContextMenu
The System.Array to copy the KaxTreeViewContextMenu instances to.
index
Type: SystemInt32
The zero-based relative index in array where copying begins
See Also