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

DialogLauncherButtonController() public method

Initialize a new instance of the DialogLauncherButtonController class.
public DialogLauncherButtonController ( 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 paint requests.
return System
        public DialogLauncherButtonController(KryptonRibbon ribbon,
                                              ViewBase target,
                                              NeedPaintHandler needPaint)
            : base(ribbon, target, needPaint)
        {
        }