Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLHyperlinkItem Class / Text Property

In This Topic
    Text Property (XHTMLHyperlinkItem)
    In This Topic
    Gets or sets hyperlink text. If the hyperlink is created/edited on a non-empty selection, this setting is ignored.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    See Also