ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelLinkClickedEventArgs Class / Target Property

In This Topic
    Target Property (C1SuperLabelLinkClickedEventArgs)
    In This Topic
    Gets the value of the link's TARGET attribute.
    Syntax
    'Declaration
     
    Public ReadOnly Property Target As System.String
    public System.string Target {get;}
    See Also