IMenuBarItem Interface
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.
Represents a top-level menu in a MenuBar view.
public interface class IMenuBarItem : Microsoft::Maui::IElement, System::Collections::Generic::ICollection<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IList<Microsoft::Maui::IMenuElement ^>
public interface IMenuBarItem : Microsoft.Maui.IElement, System.Collections.Generic.ICollection<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IEnumerable<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IList<Microsoft.Maui.IMenuElement>
type IMenuBarItem = interface
interface IList<IMenuElement>
interface ICollection<IMenuElement>
interface seq<IMenuElement>
interface IEnumerable
interface IElement
Public Interface IMenuBarItem
Implements ICollection(Of IMenuElement), IElement, IEnumerable(Of IMenuElement), IList(Of IMenuElement)
- Derived
- Implements
Properties
Handler |
Gets or sets the View Handler of the Element. (Inherited from IElement) |
IsEnabled |
Gets a value indicating whether this View is enabled in the user interface. |
Parent |
Gets the Parent of the Element. (Inherited from IElement) |
Text |
Extension Methods
ToHandler(IElement, IMauiContext) | |
ToPlatform(IElement, IMauiContext) |
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.