CoreWebView2ContextMenuRequestedEventArgs.MenuItems Property

Definition

Gets the collection of CoreWebView2ContextMenuItem objects.

public System.Collections.Generic.IList<Microsoft.Web.WebView2.Core.CoreWebView2ContextMenuItem> MenuItems { get; }
member this.MenuItems : System.Collections.Generic.IList<Microsoft.Web.WebView2.Core.CoreWebView2ContextMenuItem>
Public ReadOnly Property MenuItems As IList(Of CoreWebView2ContextMenuItem)

Property Value

Applies to