ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonQATFromRibbon.ViewLayoutRibbonQATFromRibbon C# (CSharp) Méthode

ViewLayoutRibbonQATFromRibbon() public méthode

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.
Résultat System
        public ViewLayoutRibbonQATFromRibbon(KryptonRibbon ribbon,
                                             NeedPaintHandler needPaint,
                                             bool showExtraButton)
            : base(ribbon, needPaint, showExtraButton)
        {
        }
ViewLayoutRibbonQATFromRibbon