ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1HyperlinkButton
    Dim value As String
     
    instance.TargetName = value
     
    value = instance.TargetName
    public string TargetName {get; set;}
    public:
    property String^ TargetName {
       String^ get();
       void set (    String^ value);
    }
    See Also