SetHostedControl Method (C1DropDownEditorBase)
In This Topic
Sets the
HostedControl and subscribe to event handlers.
Syntax
'Declaration
Protected Overrides Sub SetHostedControl( _
ByVal As Control _
)
protected override void SetHostedControl(
Control
)
Parameters
- control
See Also