I want to show my custom control(eg: monthcalendar
) as a drop-down (popup) window. One option is to use ToolStripDropDown
and ToolStripControlHost
as the second example in msdn sample.
Is it recommended to use ToolStripDropDown for controls other than the ToolStrip items ?