Attach Method
Attaches the interaction handler to a menu.
Definition
Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
void Attach(
MenuBase menu
)
Sub Attach (
menu As MenuBase
)
abstract Attach :
menu : MenuBase -> unit
Parameters
- MenuBase
- The menu.
See Also
Reference
IMenuInteractionHandler Interface
Avalonia.Controls.Platform Namespace