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 example.
My doubt is:
ToolStripDropDown
should be used forToolStrip
items - is this correct or not?Any other better options to achieve the above requirement?