C # Imitation Thunderbolt style tab

Source: Internet
Author: User

Private voidListview1_selectedindexchanged (Objectsender, EventArgs e) {Listview1.fullrowselect=true; Idc_dialog1 menu1=NewIdc_dialog1 (); IC_DIALOG2 datas=Newic_dialog2 ();  for(intj = ListView1.SelectedIndices.Count-1; J >=0; j--)//determine which item is selected            {                stringListName = listview1.selecteditems[0]. Text;//Remove the selected name                if(ListName = ="Security Settings") {//Determine which dialog box to use according to the selected name                     This. Panel1. Controls.clear ();//clear the contents of the panel firstMenu1. TopLevel =false;//Remove the top-level properties of the dialog boxMenu1. Dock = System.Windows.Forms.DockStyle.Fill;//make the dialog box full-screen fit panel                     This. Panel1. Controls.Add (MENU1);//Add to Container panelMenu1. Show ();//Show this dialog box                                                      }                Else if(ListName = ="Data Management") {                     This. Panel1.                    Controls.clear (); Datas. TopLevel=false; Datas. Dock=System.Windows.Forms.DockStyle.Fill;  This. Panel1.                    Controls.Add (datas); Datas.                                                      Show (); }}

C # Imitation Thunderbolt style tab

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.