KaxSchedulerContextMenuCollectionInsert Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void Insert(
int index,
KaxSchedulerContextMenu target
)
Public Sub Insert (
index As Integer,
target As KaxSchedulerContextMenu
)
public:
void Insert(
int index,
KaxSchedulerContextMenu^ target
)
member Insert :
index : int *
target : KaxSchedulerContextMenu -> unit
Parameters
- index
- Type: SystemInt32
The location in the array at which to add the KaxSchedulerContextMenu instance. - target
- Type: Kettic.AspNet.ControlsKaxSchedulerContextMenu
The KaxSchedulerContextMenu to add to the collection
See Also