ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1HyperlinkButton Class / TargetName Property

In This Topic
    TargetName Property
    In This Topic
    Gets or sets the name of a target window or frame for the C1HyperlinkButton.
    Syntax
    'Declaration
     
    
    Public Property TargetName As String
    public string TargetName {get; set;}
    See Also