Method SelectLineEnd
SelectLineEnd()
Selects from current position to the end of current line in the control.
public virtual void SelectLineEnd()
SelectLineEnd(SelectionType)
Selects from current position to the end of current line in the control and sets a given selection type.
public virtual void SelectLineEnd(SelectionType selectionType)
Parameters
selectionType
SelectionTypeNew type of the selection.