IMenuInteractionHandlerAttach Method
Attaches the interaction handler to a menu.
Namespace: Avalonia.Controls.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Attach(
MenuBase menu
)
Sub Attach (
menu As MenuBase
)
abstract Attach :
menu : MenuBase -> unit
Parameters
- menu MenuBase
- The menu.