Get the selected text of the displayed HTML Content.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Function GetSelectedText() As String
C#
public string GetSelectedText()
C++
public:
 String GetSelectedText() sealed 
J#
public string GetSelectedText()
JScript
public  function GetSelectedText() : String

See Also