InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HyperlinkElement Class / HostView Property

In This Topic
    HostView Property (HyperlinkElement)
    In This Topic
    Gets the C1.Framework.IView that is hosting this C1.Framework.Element.
    Syntax
    'Declaration
     
    Public ReadOnly Property HostView As IView
    public IView HostView {get;}
    See Also