Click here to Skip to main content
15,887,313 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to show my custom control(eg:
C#
monthcalendar
) as a drop-down (popup) window. One option is to use
C#
ToolStripDropDown
and
C#
ToolStripControlHost
as the second example in msdn sample.

Is it recommended to use ToolStripDropDown for controls other than the ToolStrip items ?
Posted
Comments
Suvendu Shekhar Giri 8-Jul-15 1:14am    
I believe, there is nothing like "Recomendation", if it is useful and suits best to your requirement then there should not be any concern. But a analysis before implementing would help finding future issues. That's purely depends on your requirement. I am not sure what others would suggest though :)
bhaskerlee 8-Jul-15 6:07am    
@Suvendu Shekhar, Thanks.
Basically, ToolStripDropDown suits my requirement and works fine. But my doubt is, is it a good or suggested way to show custom control as a drop down window?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900