Initializes a new instance of the 
C1Hyperlink class, assigning its 
C1Hyperlink.LinkTarget to the specified 
C1LinkTarget.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As C1LinkTarget, _
   ByVal  As System.String _
)
             
        
            
            '使用法
 
Dim linkTarget As C1LinkTarget
Dim statusText As System.String
 
Dim instance As New C1Hyperlink(linkTarget, statusText)
             
        
            
            public C1Hyperlink( 
   C1LinkTarget ,
   System.string 
)
             
        
             
        
            パラメータ
- linkTarget
 
- The C1LinkTarget to set as the target of the current hyperlink.
 - statusText
 
- The string to assign to C1Hyperlink.StatusText of the current hyperlink.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照