Example #1
0
 public SBNDataGridView()
 {
     this.sbnListView1                = new SBNListView();
     this.imageList1                  = new ImageList();
     this.imageList1.ColorDepth       = ColorDepth.Depth32Bit;
     this.imageList1.ImageSize        = new Size(32, 32);
     this.imageList1.TransparentColor = Color.Transparent;
     this.InitializeComponent();
     this.SetupContextMenu();
     base.MultiSelectChanged += new EventHandler(this.SBNDataGridViewMultiSelectChanged);
 }
Example #2
0
        public SBNDataGridView()
        {
            sbnListView1 = new SBNListView();
            imageList1   = new System.Windows.Forms.ImageList();
            //
            // imageList1
            //
            imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
            imageList1.ImageSize        = new System.Drawing.Size(32, 32);
            imageList1.TransparentColor = System.Drawing.Color.Transparent;


            InitializeComponent();
            SetupContextMenu();
            MultiSelectChanged += new EventHandler(SBNDataGridViewMultiSelectChanged);
        }