[]
Initializes a new instance of an RibbonControlHost.
public RibbonControlHost()
Initializes a new instance of an RibbonControlHost.
public RibbonControlHost(Control control)
Type | Name | Description |
---|---|---|
Control | control | the Control which will be placed in this ribbon component. |
If this RibbonControlHost is used in a drop down form, then the Control must implement ICloneable interface to support QAT and the IGalleryItemsPanel interface to implement the scrolling behavior.