LinkClickedEventArgs Constructor
.NET Framework 1.1
Initializes a new instance of the LinkClickedEventArgs class.
[Visual Basic] Public Sub New( _ ByVal linkText As String _ ) [C#] public LinkClickedEventArgs( string linkText ); [C++] public: LinkClickedEventArgs( String* linkText ); [JScript] public function LinkClickedEventArgs( linkText : String );
Parameters
- linkText
- The text of the link that is clicked in the RichTextBox control.
Remarks
The text specified in the linkText parameter can be a URL, file path, or other data that you want specified for the link being clicked.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
LinkClickedEventArgs Class | LinkClickedEventArgs Members | System.Windows.Forms Namespace