IMenuInteractionHandlerAttach Method

Attaches the interaction handler to a menu.

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Attach(
	MenuBase menu
)

Parameters

menu  MenuBase
The menu.

See Also