ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonQATFromRibbon.ViewLayoutRibbonQATFromRibbon C# (CSharp) Method

ViewLayoutRibbonQATFromRibbon() public method

Initialize a new instance of the ViewLayoutRibbonQATFromRibbon class.
public ViewLayoutRibbonQATFromRibbon ( KryptonRibbon ribbon, NeedPaintHandler needPaint, bool showExtraButton ) : System
ribbon KryptonRibbon Owning ribbon control instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
showExtraButton bool Should the extra button be shown.
return System
        public ViewLayoutRibbonQATFromRibbon(KryptonRibbon ribbon,
                                             NeedPaintHandler needPaint,
                                             bool showExtraButton)
            : base(ribbon, needPaint, showExtraButton)
        {
        }
ViewLayoutRibbonQATFromRibbon