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.ControlsAssembly: 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
)
Public Sub CopyTo (
array As KaxSchedulerContextMenu(),
index As Integer
)
public:
void CopyTo(
array<KaxSchedulerContextMenu^>^ array,
int index
)
member CopyTo :
array : KaxSchedulerContextMenu[] *
index : int -> unit
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