Gets the index of the begining character of the selected text. This method is exactly same method as GetCaretIndexInText method.


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

Syntax

Visual Basic (Declaration)
Public Function GetSelectedTextStartIndex() As Integer
C#
public int GetSelectedTextStartIndex()
C++
public:
 int GetSelectedTextStartIndex() sealed 
J#
public int GetSelectedTextStartIndex()
JScript
public  function GetSelectedTextStartIndex() : int

See Also