Checks whether the specified menu item is in the collection.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public bool Contains( MenuItem value ) |
| Visual Basic (Declaration) |
|---|
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.