| Infragistics.Win.FormattedLinkLabel Namespace > FormattedTextUIElement Class : AreLinksSupported Property |
Indicates whether links are supported by this formatted text element instance. Default implementation returns true. By default the links will be processed and opened when they are clicked. If you want to prevent that, override this and return false from this method.
[Visual Basic]
Public Overridable ReadOnly Property AreLinksSupported As Boolean[C#]
public virtual bool AreLinksSupported {get;}FormattedTextUIElement Class | FormattedTextUIElement Members