Method SelectedString
SelectedString(int)
Returns selected part of string at specified position.
public virtual string SelectedString(int index)
Parameters
index
intSpecifies line index.
Returns
- string
Selected part of specified string.
Remarks
If selection is empty method returns null.
SelectedString(int, SelectionType, Rectangle)
protected virtual string SelectedString(int index, SelectionType selType, Rectangle selRect)
Parameters
index
intselType
SelectionTypeselRect
Rectangle