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); }
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); }