Input for WinForms | ComponentOne
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 Control scrollable withing the element.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property HostPanel As Control
    protected virtual Control HostPanel {get;}
    See Also