Class MauiMenuFactory
Provides a menu factory implementation for use with .NET MAUI applications.
public class MauiMenuFactory : InnerMenuFactory, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IDisposable, IBaseObject, IMenuFactory
- Inheritance
-
MauiMenuFactory
- Implements
Remarks
This class extends the base functionality of InnerMenuFactory to support menu creation and management within the .NET MAUI framework. Typically, developers do not need to instantiate this class directly; it is used internally by the UI framework to provide platform-specific menu behavior.
Constructors
- MauiMenuFactory()
Initializes a new instance of the MauiMenuFactory class.
Methods
- Show(ContextMenu, AbstractControl, PointD?, Action?)
Show menu on screen.