CoreWebView2ContextMenuItem.IsChecked Property

Definition

Gets or sets the checked property of the CoreWebView2ContextMenuItem.

public bool IsChecked { get; set; }
member this.IsChecked : bool with get, set
Public Property IsChecked As Boolean

Property Value

Remarks

Must only be used for custom context menu items that are of kind CheckBox or Radio.

Applies to