ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1DropDownControl Class / HostedControl Property

In This Topic
    HostedControl Property (C1DropDownControl)
    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