Hi Progress2007,
We can add a ComboBox in the ToolStrip control, and add items for it. Such as font picker, we only need to add the name of the font as item to the ComboBox. You can also custom drawing the item by handling DrawItem event.
For ColorPicker, we need to create a usercontrol as the dropdown of the ComboBox for the user to pick color. Here's an
article in the codeproject having the detail as how to achieve the goal.
If you have anything unclear or need any further help, please feel free to let me know.
Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.