C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HyperlinkElement Class
Members

HyperlinkElement Class
Invisible elements inserted in the HTML stream to delimit hyperlinks. To use this, the viewer should handle the MouseDown event, use HitTest to find the element clicked, then scan the Children collection to determine whether the click was on a link and what the link parameters are.
Object Model
HyperlinkElement Class
Syntax
'Declaration
 
Public Class HyperlinkElement 
   Inherits C1.Framework.Element
 
Inheritance Hierarchy

System.Object
   C1.Framework.Element
      C1.Framework.Html.HyperlinkElement

See Also