There's a kind of hybrid UI pattern that is part button, part drop-down list. If the user clicks on the displayed action, then that action gets invoked as per a normal button; if they click on the arrow part, then the user can select from other available actions as with a combo box.There's a kind of hybrid UI pattern that is par