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

ViewDrawRibbonDesignCluster() static private méthode

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

Same methods

ViewDrawRibbonDesignCluster::ViewDrawRibbonDesignCluster ( KryptonRibbon ribbon, KryptonRibbonGroupCluster ribbonCluster, NeedPaintHandler needPaint ) : System