TreeView for WinForms | ComponentOne
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 ClassElementList ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Class HyperlinkElement 
       Inherits C1.Framework.Element
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public class HyperlinkElement : C1.Framework.Element 
    Inheritance Hierarchy

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

    See Also