MenuFactory Class
An implementation of IMenuFactory for creating menu controls.
public static class MenuFactory
- Inheritance:
- object object
Properties
Current
The current factory for creating menu objects.
public static IMenuFactory Current { get; set; }
Property Value
Remarks
The default value is a menu factory based on default menu controls supported by the platform.
Fields
Default
The default factory for creating menu objects.
public static readonly IMenuFactory Default