Glow Button Drop Down

I am finding myself needing a cross between the tAdvGlowButton and the tAdvControlDropDown. I am trying to design a panel containg both controls and am struggling to apply a common style. Either adding a control dropdown to the GlowButton in addition to the dropdown menu or adding the better "appearance" features to the ControlDropDown edit box (the button has this already) would be ideal.

We've added this on the feature request list for consideration.
As a solution meanwhile, did you consider to set AdvGlowButton.DropDownButton = true and then from the event OnDropDown, show a popup form with your control beneath the TAdvGlowButton?