Determines whether the specified item is currently selected.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool Contains ( |
Visual Basic
Copy Code
|
|---|
Public Function Contains( _ |
The Item instance to search for in the selection.
true if the item is selected or false if it isn't.
See Also