ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ControlHostElement Class / HostPanel Property

In This Topic
    HostPanel Property (ControlHostElement)
    In This Topic
    If overriden in nested classes and returns not null, InputPanel will use the HostPanel to make ControlHostElement.Control scrollable withing the element.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property HostPanel As System.Windows.Forms.Control
    protected virtual System.Windows.Forms.Control HostPanel {get;}
    See Also