LinkClickedEventArgs(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the LinkClickedEventArgs class.
public:
LinkClickedEventArgs(System::String ^ linkText);
public LinkClickedEventArgs(string linkText);
new System.Windows.Forms.LinkClickedEventArgs : string -> System.Windows.Forms.LinkClickedEventArgs
Public Sub New (linkText As String)
Parameters
- linkText
- String
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.