Scope
ScopeColorComboCtrl.h
1 #pragma once
2 
3 namespace scope {
4  namespace gui {
5 
9  : public CComboBoxEx {
10 
11 protected:
13  static CImageList imagelist;
14 
15 public:
17 
19  void InitializeColors();
20 };
21 
22 }
23 
24 }
Simple class derivec from CComboBoxEx, added only method InitializeColors wich fills combo with color...
static CImageList imagelist
The image list with the color bitmap.