Indicates if the layer contains hyperlinks.
[Visual Basic 6.0] Property Hyperlinks As Boolean
[Visual Basic .NET] Public ReadOnly Property Hyperlinks As Boolean
[C#] public bool Hyperlinks {get;}
The Hyperlinks property indicates whether any of the layer's field's contains hyperlinks.
Hyperlinks will only be accessible if the currently loaded document was published with permission to view hyperlinks. Use the IARControl::HasDocumentPermission method to determine this.