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

ViewDrawRibbonDesignGroupContainer() static private méthode

static private ViewDrawRibbonDesignGroupContainer ( ) : System
Résultat System
        static ViewDrawRibbonDesignGroupContainer()
        {
            // Use image list to convert background Magenta to transparent
            _imageList = new ImageList();
            _imageList.TransparentColor = Color.Magenta;
            _imageList.Images.AddRange(new Image[]{Properties.Resources.KryptonRibbonGroupTriple,
                                                   Properties.Resources.KryptonRibbonGroupLines,
                                                   Properties.Resources.KryptonRibbonGroupSeparator,
                                                   Properties.Resources.KryptonGallery});
        }

Same methods

ViewDrawRibbonDesignGroupContainer::ViewDrawRibbonDesignGroupContainer ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, NeedPaintHandler needPaint ) : System