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

QATButtonController() public method

Initialize a new instance of the QATButtonController class.
public QATButtonController ( KryptonRibbon ribbon, ViewBase target, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Reference to owning ribbon instance.
target ViewBase Target for state changes.
needPaint NeedPaintHandler Delegate for notifying changes in display.
return System
        public QATButtonController(KryptonRibbon ribbon,
                                   ViewBase target, 
                                   NeedPaintHandler needPaint)
            : base(ribbon, target, needPaint)
        {
        }