c# winform—-ContextMenuStrip

來源:互聯網
上載者:User

ContextMenuStrip組件:用來設置當在某個控制項上點右鍵時,彈出的菜單.在被點的控制項的屬性欄中將ContextMenuStrip屬性設置為ContextMenuStrip組件的ID。

 

舉例如下:
1、先添加一個ContextMenuStrip 控制項到Form上
2、設定目標控制項(如表單、文字框等)的ContextMenuStrip屬性,指向你剛才添加的ContextMenuStrip 控制項。這樣就實現了兩者的關聯。
3、動態將一些功能表項目添加到 ContextMenuStrip  控制項中,如:
//操作功能表項目
ContextMenuStrip1.Items.Add(msEditNew);
ContextMenuStrip1.Items.Add(msEditBar1);
ContextMenuStrip1.Items.Add(msEditCut);
ContextMenuStrip1.Items.Add(msEditPaste);
ContextMenuStrip1.Items.Add(msEditDelete);
ContextMenuStrip1.Items.Add(msEditBar2);

這樣就OK了,你在目標控制項上按右鍵時將彈出捷徑功能表。

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.