ComponentOne FinancialChart for WPF
TargetName Property



C1.WPF Namespace > C1HyperlinkButton Class : TargetName Property
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

Reference

C1HyperlinkButton Class
C1HyperlinkButton Members