←Select platform

Hyperlink Property

Summary

Gets or sets a string which represents the hyperlink for this AnnObject object.

Syntax

C#
VB
C++
public override string Hyperlink { get; set; } 
  
Public Overrides Property Hyperlink As String 
public: 
property String^ Hyperlink { 
   String^ get() override; 
   void set (    String^ ) override; 
} 

Property Value

The hyperlink for this AnnObject object.

Remarks

If the value of Temporary is true, this AnnGroupObject object will set the AnnObject.Hyperlink property of all objects in the group. For more information, refer to AnnObject.Hyperlink.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly