MenuItemClose Method

Closes the submenu.

Definition

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

Remarks

This has the same effect as setting IsSubMenuOpen to false.

See Also