MenuFactoryMenuOptions Class
The options to be used when creating a menu using IMenuFactory.
public class MenuFactoryMenuOptions
- Inheritance:
- object object
Constructors
MenuFactoryMenuOptions()
Initializes an instance of the class.
public MenuFactoryMenuOptions()
Properties
ColorScheme
The desired color scheme of the menu.
MenuItems
Menu items used to initialize the menu.
public IEnumerable<ToolStripMenuItem>? MenuItems { get; set; }
Property Value
Owner
An owner for the menu which can be used for additional context.
Tag
An object that contains data about the menu to be created.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()