ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / HostControl Property

In This Topic
    HostControl Property (Element)
    In This Topic
    Gets the System.Windows.Forms.Control that is hosting this Element.
    Syntax
    'Declaration
     
    Public ReadOnly Property HostControl As System.Windows.Forms.Control
    public System.Windows.Forms.Control HostControl {get;}
    See Also