Objective Toolkit : Chapter 6 Customizable Toolbars : Creating New Button Types
Creating New Button Types
You can create new button types; however, the process can be tedious and does not support the cool or flat look. First you need to derive a class from SECWndBtn and the CWnd (SECComboBtn). Then you need to propagate CWnd events across the SECWndBtn bridge.