Table of Contents

Method SetContextMenu

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetContextMenu(ContextMenu?)

Sets the context menu to be displayed when the notification icon is right-clicked.

void SetContextMenu(ContextMenu? menu)

Parameters

menu ContextMenu

The ContextMenu to show. If null, the context menu will be removed.