CoreWebView2ContextMenuTarget Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the information regarding the context menu target. Includes the context selected and the appropriate data used for the actions of a context menu.
public class CoreWebView2ContextMenuTarget
type CoreWebView2ContextMenuTarget = class
Public Class CoreWebView2ContextMenuTarget
- Inheritance
-
CoreWebView2ContextMenuTarget
Properties
FrameUri |
Gets the uri of the frame. Will match the PageUri if IsRequestedForMainFrame is |
HasLinkText |
Returns |
HasLinkUri |
Returns |
HasSelection |
Returns |
HasSourceUri |
Returns |
IsEditable |
Returns |
IsRequestedForMainFrame |
Returns |
Kind |
Gets the kind of context that the user selected as CoreWebView2ContextMenuTargetKind. |
LinkText |
Gets the text of the link (if HasLinkText is |
LinkUri |
Gets the uri of the link (if HasLinkUri is |
PageUri |
Gets the uri of the page. |
SelectionText |
Gets the selected text (if HasSelection is |
SourceUri |
Gets the active source uri of element (if HasSourceUri is |