ComponentFactory.Krypton.Toolkit.PaletteOffice2007Silver.PaletteOffice2007Silver C# (CSharp) Method

PaletteOffice2007Silver() static private method

static private PaletteOffice2007Silver ( ) : System
return System
        static PaletteOffice2007Silver()
        {
            _checkBoxList = new ImageList();
            _checkBoxList.ImageSize = new Size(13, 13);
            _checkBoxList.ColorDepth = ColorDepth.Depth24Bit;
            _checkBoxList.Images.AddStrip(Properties.Resources.CB2007Silver);
            _galleryButtonList = new ImageList();
            _galleryButtonList.ImageSize = new Size(13, 7);
            _galleryButtonList.ColorDepth = ColorDepth.Depth24Bit;
            _galleryButtonList.TransparentColor = Color.Magenta;
            _galleryButtonList.Images.AddStrip(Properties.Resources.GallerySilverBlack);
            _radioButtonArray = new Image[]{Properties.Resources.RB2007BlueD,
                                            Properties.Resources.RB2007SilverN,
                                            Properties.Resources.RB2007SilverT,
                                            Properties.Resources.RB2007SilverP,
                                            Properties.Resources.RB2007BlueDC,
                                            Properties.Resources.RB2007SilverNC,
                                            Properties.Resources.RB2007SilverTC,
                                            Properties.Resources.RB2007SilverPC};
        }