Method SelectedString
SelectedString(int)
When implemented by a class, returns selected part of string at specified position.
string SelectedString(int index)
Parameters
index
intSpecifies an index of the line.
Returns
- string
Selected part of specified string.
Remarks
If selection is empty method returns null.