B2013-004 – Changed the style of the checkoff drop down so that user cannot enter text in the text field.
This commit is contained in:
parent
93c185c6c7
commit
43d5649a0f
@ -142,6 +142,7 @@ namespace Volian.Controls.Library
|
|||||||
this.cmbCheckoff.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.cmbCheckoff.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.cmbCheckoff.WatermarkText = "select signoff / checkoff";
|
this.cmbCheckoff.WatermarkText = "select signoff / checkoff";
|
||||||
this.cmbCheckoff.SelectedIndexChanged += new System.EventHandler(this.cmbCheckoff_SelectedIndexChanged);
|
this.cmbCheckoff.SelectedIndexChanged += new System.EventHandler(this.cmbCheckoff_SelectedIndexChanged);
|
||||||
|
this.cmbCheckoff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
//
|
//
|
||||||
// groupPanelCheckoff
|
// groupPanelCheckoff
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user