ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1DropDownControlBase Class / SetHostedControl Method

In This Topic
    SetHostedControl Method (C1DropDownControlBase)
    In This Topic
    Sets the HostedControl and subscribe to event handlers.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetHostedControl( _
       ByVal hostedControl As Control _
    ) 
    protected virtual void SetHostedControl( 
       Control hostedControl
    )

    Parameters

    hostedControl
    See Also