Gets the text of the link being clicked.
[Visual Basic] Public ReadOnly Property LinkText As String [C#] public string LinkText {get;} [C++] public: __property String* get_LinkText(); [JScript] public function get LinkText() : String;
The text of the link that is clicked in the RichTextBox control.
The text returned by this property could be a file, URL, or other data specified by the link that is clicked.
LinkClickEventArgs Class | LinkClickEventArgs Members | System.WinForms Namespace