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

ViewDrawRibbonQATExtraButtonMini() public method

Initialize a new instance of the ViewDrawRibbonQATExtraButtonMini class.
public ViewDrawRibbonQATExtraButtonMini ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System
        public ViewDrawRibbonQATExtraButtonMini(KryptonRibbon ribbon,
                                                NeedPaintHandler needPaint)
            : base(ribbon, needPaint)
        {
        }