Close Method
Closes the submenu.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void Close()
Public Sub Close
abstract Close : unit -> unit
override Close : unit -> unit
Remarks
This has the same effect as setting IsSubMenuOpen to false.