Skip to main content

MenuItem

Namespace: Wisej.Hybrid.Shared.MenuBar

Assembly: Wisej.Hybrid

Represents a menu item that can be used in a user interface.

public class MenuItem

Constructors​

Initializes a new instance of MenuItem.

Properties​

Instance memberFontImageSource​

FontImageSource: Gets or sets the FontImageSource associated with the menu item for displaying icons.

Instance memberIsSeparator​

Boolean: Gets or sets a value indicating whether this menu item is a separator.

Instance memberItems​

MenuItem[]: Gets or sets an array of child menu items.

Instance memberText​

String: Gets or sets the text content of the menu item.