Version

New WinFormattedLinkLabel Control

In the past, it required a great deal of work to make HTML function properly in WinGrid™ or other controls. To address this difficulty, we have now implemented an entirely new control, WinFormattedLinkLabel™, which uses the FormattedLinkEditor class, allowing you to display formatted text, as well as one or more hyperlinks, in WinGrid, WinTree, and any other control that supports embeddable editors.

You have complete control over how the FormattedLinkEditor displays formatted text. You can use several standard tags (similar to HTML tags, but seen by the editor as well-formed XML tags) to format your text such as bold (<b>, <strong>), italics (<i>, <em>), underline (<u>), and font (<font face>, <font color>, <font size>). You can also perform custom actions when a link is clicked with the LinkClicked event.

ultraformattedlinklabel control