https://bugzilla.novell.com/show_bug.cgi?id=457164
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=457164#c3 --- Comment #3 from suneetha_g Gunisetti <[EMAIL PROTECTED]> 2008-12-08 05:23:45 MST --- Please find the attached combo box settings from designder.cs file. // // cbGPOStatus // this.cbGPOStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbGPOStatus.FormattingEnabled = true; this.cbGPOStatus.Items.AddRange(new object[] { "Item1", "Item2", "Item3", "Item4"}); this.cbGPOStatus.Location = new System.Drawing.Point(149, 201); this.cbGPOStatus.Name = "cbGPOStatus"; this.cbGPOStatus.Size = new System.Drawing.Size(233, 21); this.cbGPOStatus.Sorted = true; this.cbGPOStatus.TabIndex = 31; this.cbGPOStatus.SelectedIndexChanged += new System.EventHandler(this.cbGPOStatus_SelectedIndexChanged); This combo box have added to this.panel.Controls.Add(this.cbGPOStatus); Panel is added to TabPage. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
