ComponentFactory.Krypton.Ribbon.ViewDrawRibbonDesignGroupTriple.ViewDrawRibbonDesignGroupTriple C# (CSharp) Method

ViewDrawRibbonDesignGroupTriple() static private method

static private ViewDrawRibbonDesignGroupTriple ( ) : System
return System
        static ViewDrawRibbonDesignGroupTriple()
        {
            // Use image list to convert background Magenta to transparent
            _imageList = new ImageList();
            _imageList.TransparentColor = Color.Magenta;
            _imageList.Images.AddRange(new Image[]{Properties.Resources.KryptonRibbonGroupButton,
                                                   Properties.Resources.KryptonRibbonGroupColorButton,
                                                   Properties.Resources.KryptonRibbonGroupCheckBox,
                                                   Properties.Resources.KryptonRibbonGroupRadioButton,
                                                   Properties.Resources.KryptonRibbonGroupLabel,
                                                   Properties.Resources.KryptonRibbonGroupCustomControl,
                                                   Properties.Resources.KryptonRibbonGroupTextBox,
                                                   Properties.Resources.KryptonRibbonGroupRichTextBox,
                                                   Properties.Resources.KryptonRibbonGroupComboBox,
                                                   Properties.Resources.KryptonRibbonGroupMaskedTextBox,
                                                   Properties.Resources.KryptonRibbonGroupNumericUpDown,
                                                   Properties.Resources.KryptonRibbonGroupDomainUpDown,
                                                   Properties.Resources.KryptonRibbonGroupDateTimePicker,
                                                   Properties.Resources.KryptonRibbonGroupTrackBar});
        }

Same methods

ViewDrawRibbonDesignGroupTriple::ViewDrawRibbonDesignGroupTriple ( KryptonRibbon ribbon, KryptonRibbonGroupTriple ribbonTriple, GroupItemSize currentSize, NeedPaintHandler needPaint ) : System