CoreWebView2ContextMenuTarget.SelectionText Property
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.
Gets the selected text (if HasSelection is true
, null
otherwise).
public string SelectionText { get; }
member this.SelectionText : string
Public ReadOnly Property SelectionText As String