コード例 #1
0
ファイル: Images.cs プロジェクト: ComSpex/ColorPickerNew
        static public ImageList ImageList()
        {
            Type t = typeof(SelectorImages);

            if (m_imageList == null)
            {
                m_imageList = ImagesUtil.GetToolbarImageList(t, "Resources.popupcontainerbuttons.bmp", new Size(16, 16), Color.Magenta);
            }
            return(m_imageList);
        }
コード例 #2
0
ファイル: Images.cs プロジェクト: ComSpex/ColorPickerNew
        static public ImageList ImageList()
        {
            Type t = typeof(SelectorImages);

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