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