LinkClickedEventArgs Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the LinkClickedEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- linkText
-
Type:
System::String^
The text of the link that is clicked in the RichTextBox control.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: