ITextRangeProvider.Select Method

Definition

Highlights text in the text control corresponding to the text range Start and End endpoints.

public:
 void Select();
public void Select ();
abstract member Select : unit -> unit
Public Sub Select ()

Exceptions

Occurs when text selection is not supported by the text control.

Remarks

If a degenerate text range is provided, the text insertion point will move to the Start endpoint of the text range.

Applies to