开发者

How to show ContextMenuStrip on C# Form?

开发者 https://www.devze.com 2023-03-01 15:29 出处:网络
I am trying to get C#\'s form to have a contextmenu at the top of the form to where options already show up on load and you can click it to get more of a dropdown, how would I do th开发者_开发知识库is

I am trying to get C#'s form to have a contextmenu at the top of the form to where options already show up on load and you can click it to get more of a dropdown, how would I do th开发者_开发知识库is? Thanks


Hope these help

http://www.codeproject.com/KB/toolbars/customtoolstrip.aspx

http://www.codeproject.com/KB/miscctrl/MfcWinFormsOff.aspx


I guess you are asking for a MenuStrip control:

http://en.csharp-online.net/Create_and_configure_a_MenuStrip

http://msdn.microsoft.com/en-us/library/system.windows.forms.menustrip.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消