Click or drag to resize

ShowContextMenuParametersSelectedText Property

Gets the text of the selection that the context menu was invoked on.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string SelectedText { get; }

Property Value

Type: String
the text of the selection.
See Also