Click or drag to resize
KaxSchedulerContextMenuCollection Methods

The KaxSchedulerContextMenuCollection type exposes the following members.

Methods
  Name Description
Public method Add
Adds the specified KaxSchedulerContextMenu object to the collection
Public method AddRange
Appends the specified array of KaxSchedulerContextMenu objects to the end of the current KaxSchedulerContextMenuCollection.
Public method Contains
Determines whether the specified KaxSchedulerContextMenu is in the parent KaxScheduler's KaxSchedulerContextMenuCollection object.
Public method CopyTo
Copies the KaxSchedulerContextMenu instances stored in the KaxSchedulerContextMenuCollection object to an System.Array object, beginning at the specified index location in the System.Array.
Public method IndexOf
Retrieves the index of a specified KaxSchedulerContextMenu object in the collection.
Public method Insert
Inserts the specified KaxSchedulerContextMenu object to the collection at the specified index location.
Public method Remove
Removes the specified KaxSchedulerContextMenu from the parent KaxScheduler's KaxSchedulerContextMenuCollection object.
Public method RemoveAt
Removes a child KaxSchedulerContextMenu, at the specified index location, from the KaxSchedulerContextMenuCollection object.
Top
See Also