Checks whether the specified menu item is in the collection.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public bool Contains( MenuItem value ) |
| Visual Basic |
|---|
Public Function Contains ( _ value As MenuItem _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( MenuItem^ value ) |
Parameters
- value
- Type: DayPilot.Web.Ui..::..MenuItem
Menu item to be found.