MenuItemOpen Method

Opens the submenu.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void Open()

Remarks

This has the same effect as setting IsSubMenuOpen to true.

See Also