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

PaletteOffice2013White() static private method

static private PaletteOffice2013White ( ) : System
return System
        static PaletteOffice2013White()
        {
            _checkBoxList = new ImageList();
            _checkBoxList.ImageSize = new Size(13, 13);
            _checkBoxList.ColorDepth = ColorDepth.Depth24Bit;
            _checkBoxList.Images.AddStrip(Properties.Resources.CB2010Silver);
            _galleryButtonList = new ImageList();
            _galleryButtonList.ImageSize = new Size(13, 7);
            _galleryButtonList.ColorDepth = ColorDepth.Depth24Bit;
            _galleryButtonList.TransparentColor = Color.Magenta;
            _galleryButtonList.Images.AddStrip(Properties.Resources.Gallery2010);
            _radioButtonArray = new Image[]{Properties.Resources.RB2010BlueD,
                                            Properties.Resources.RB2010SilverN,
                                            Properties.Resources.RB2010BlueT,
                                            Properties.Resources.RB2010BlueP,
                                            Properties.Resources.RB2010BlueDC,
                                            Properties.Resources.RB2010SilverNC,
                                            Properties.Resources.RB2010SilverTC,
                                            Properties.Resources.RB2010SilverPC};
        }