KaxSchedulerContextMenuCollection Methods |
The KaxSchedulerContextMenuCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds the specified KaxSchedulerContextMenu object to the collection
|
|
AddRange |
Appends the specified array of KaxSchedulerContextMenu objects to the end of the
current KaxSchedulerContextMenuCollection.
|
|
Contains |
Determines whether the specified KaxSchedulerContextMenu is in the parent
KaxScheduler's KaxSchedulerContextMenuCollection object.
|
|
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.
|
|
IndexOf |
Retrieves the index of a specified KaxSchedulerContextMenu object in the collection.
|
|
Insert |
Inserts the specified KaxSchedulerContextMenu object
to the collection at the specified index location.
|
|
Remove |
Removes the specified KaxSchedulerContextMenu
from the parent KaxScheduler's KaxSchedulerContextMenuCollection
object.
|
|
RemoveAt |
Removes a child KaxSchedulerContextMenu, at the
specified index location, from the KaxSchedulerContextMenuCollection
object.
|