InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Html Namespace / HyperlinkElement Class
Members

In This Topic
    HyperlinkElement Class
    In This Topic
    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
    public class HyperlinkElement : C1.Framework.Element 
    Inheritance Hierarchy

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

    See Also