[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonControlHost.-ctor

RibbonControlHost Constructor

RibbonControlHost()

Initializes a new instance of an RibbonControlHost.

Declaration
public RibbonControlHost()

RibbonControlHost(Control)

Initializes a new instance of an RibbonControlHost.

Declaration
public RibbonControlHost(Control control)
Parameters
Type Name Description
Control control

the Control which will be placed in this ribbon component.

Remarks

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.