Wimark.Controls Class Library  

RichTextBox.Select Method

Selects a range of text in the text box.

Overload List

Selects a range of text in the text box.

[Visual Basic] Overloads Public Sub Select(Integer, Integer)
[C#] public void Select(int, int);
[C++] public: void Select(int, int);

Inherited from Control

[Visual Basic] Select
[C#] Select
[C++] Select

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace