public ComboItem(VEMapStyle mapStyle, string caption, string imageResourcePath)
            {
                _mapStyle = mapStyle;
                _caption  = caption;

                //get the image (relative to the root assembly)
                _image = new Bitmap(typeof(MapForm), imageResourcePath);
            }
 public void Initialize(VEMapStyle initialValue)
 {
     Initialize();
     MapStyle = initialValue;
 }
            public ComboItem(VEMapStyle mapStyle, string caption, string imageResourcePath)
            {
                _mapStyle = mapStyle;
                _caption = caption;

                //get the image (relative to the root assembly)
                _image = new Bitmap(typeof(MapForm), imageResourcePath);
            }
 public void Initialize(VEMapStyle initialValue)
 {
     Initialize();
     MapStyle = initialValue;
 }