Ist is possible to extend the width of the dropdown button for a Toolbarctrl button with BTNS_DROPDOWN style?
Reason: for this particular button, there is a default action (basically "use the same device as before") executed immediately, which is likely over 95% of all clicks. The dropdown allows to select another device to work with. Aiming for the chevron but clicking the default action instead by accident is a little dangerous however.
I want to avoid separate "use prev device" / "select other device" buttons, as this seems clumsy.
The actual control is an MFC CToolbar / CToolbarCtrl, I'm happy with a WinAPI or a MFC answer. (that's why the two tags) - but I assume there's little difference.