开发者

Create hyperlink in TextBox control

开发者 https://www.devze.com 2023-03-17 04:35 出处:网络
Is there som开发者_如何学编程e way that I could create a hyperlink within a Textbox control? The catch: I would like only certain text to act as a hyperlink. For example, StackOverflow.com allows me t

Is there som开发者_如何学编程e way that I could create a hyperlink within a Textbox control? The catch: I would like only certain text to act as a hyperlink. For example, StackOverflow.com allows me to make only THIS text act as a hyperlink. Is there some way to do this in C# from withing a Textbox?


Use a RichEditCtrl. Does the text need to be editable? Otherwise you could use Labels and Hyperlinks in a StackPanel.

0

精彩评论

暂无评论...
验证码 换一张
取 消