Method SetContextMenu
SetContextMenu(ContextMenu?)
Sets the context menu to be displayed when the notification icon is right-clicked.
void SetContextMenu(ContextMenu? menu)
Parameters
menuContextMenuThe ContextMenu to show. If null, the context menu will be removed.