KaxSchedulerContextMenuCollectionContains Method |
Determines whether the specified KaxSchedulerContextMenu is in the parent
KaxScheduler's KaxSchedulerContextMenuCollection object.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Contains(
KaxSchedulerContextMenu target
)
Public Function Contains (
target As KaxSchedulerContextMenu
) As Boolean
public:
bool Contains(
KaxSchedulerContextMenu^ target
)
member Contains :
target : KaxSchedulerContextMenu -> bool
Parameters
- target
- Type: Kettic.AspNet.ControlsKaxSchedulerContextMenu
The KaxSchedulerContextMenu to search for in the collection
Return Value
Type:
Booleantrue if the specified KaxSchedulerContextMenu exists in
the collection; otherwise,
false.
See Also