Click or drag to resize
KaxSchedulerContextMenuCollectionCopyTo Method
Copies the KaxSchedulerContextMenu instances stored in the KaxSchedulerContextMenuCollection 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(
	KaxSchedulerContextMenu[] array,
	int index
)

Parameters

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