Edit

Share via


ToastActionsSnoozeAndDismiss.ContextMenuItems Property

Definition

Gets custom context menu items, providing additional actions when the user right clicks the Toast notification. You can only have up to 5 items. New in Anniversary Update

public System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.Notifications.ToastContextMenuItem> ContextMenuItems { get; }
member this.ContextMenuItems : System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.Notifications.ToastContextMenuItem>
Public ReadOnly Property ContextMenuItems As IList(Of ToastContextMenuItem)

Property Value

Applies to