Version

FormattedLinkEditor Class

Embeddable editor class for displaying formatted text. It also has support for displaying hyper-links, images and horizontal lines. It also supports editing.
Syntax
'Declaration
 
Public Class FormattedLinkEditor 
   Inherits Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase
Remarks

FormattedLinkEditor is an embeddable editor that lets you display and edit formatted text. Supported formatting attributes include bold, italic, underline, font, font size, text color, background color, line alignment of left, right, center and justified. It also supports displaying one or more links that the user can click to perform certain actions, typically open the associated URL. You can also embedd one or more images along with the text. Images can be embedded inline along with the text or they can be floated left or right where the text will wrap around the image. Images themselves can be links. Please consult the help topics for WinFormattedLinkLabel for more information and a listing of supported tags.

The syntax for accomplishing formatting as well as embedding images, hyper-links, horizontal lines is in XML. Examples include:

            Click here to go to <a href="http://www.infragistics.com">Infragistics</a> website.
            

            This an inline image <img src="image.bmp"/>.
            

            <img src="image.bmp" align="left" />This is a floating image. Text will wrap around it.
            

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also