NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LinkClickEventArgs.LinkText

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;

Property Value

The text of the link that is clicked in the RichTextBox control.

Remarks

The text returned by this property could be a file, URL, or other data specified by the link that is clicked.

See Also

LinkClickEventArgs Class | LinkClickEventArgs Members | System.WinForms Namespace