Пример #1
0
        static public ImageList ImageList()
        {
            Type t = typeof(SelectorImages);

            if (m_imageList == null)
            {
                m_imageList = ImagesUtil.GetToolbarImageList(t, "ColorPickerCtrl.Resources.popupcontainerbuttons.bmp", new Size(16, 16), Color.Magenta);
            }
            return(m_imageList);
        }
Пример #2
0
        static public ImageList ImageList()
        {
            Type t = typeof(SelectorImages);

            if (m_imageList == null)
            {
                m_imageList = ImagesUtil.GetToolbarImageList(t, "ColorPickerCtrl.Resources.colorbarIndicators.bmp", new Size(12, 12), Color.Magenta);
            }
            return(m_imageList);
        }