Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / HostedControl Property

In This Topic
    HostedControl Property (C1TextBox)
    In This Topic
    Gets or set the control that hosted on this C1.Win.Input.Base.C1InputHost control.
    Syntax
    'Declaration
     
    
    Protected Property HostedControl As Control
    protected Control HostedControl {get; set;}
    See Also