Menu.Remove(Menu) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes item
.
public bool Remove (Xamarin.Forms.Menu item);
abstract member Remove : Xamarin.Forms.Menu -> bool
override this.Remove : Xamarin.Forms.Menu -> bool
Parameters
- item
- Menu
The menu to remove.
Returns
System.Boolean
Implements
System.Collections.Generic.ICollection`1.Remove(`0)