RibbonControlHost Constructor(Control)
In This Topic
Initializes a new instance of an
RibbonControlHost.
Syntax
'Declaration
Public Function New( _
ByVal As Control _
)
public RibbonControlHost(
Control
)
Parameters
- control
- the Control which will be placed in this ribbon component.
See Also