C2017-025 logic added so that dropdown list opens when you click anywhere on the dropdown control
This commit is contained in:
@@ -894,6 +894,10 @@ namespace VEPROMS
|
||||
{
|
||||
pnlLater.Enabled = chkLater.Checked;
|
||||
}
|
||||
private void cbxAdminTools_Click(object sender, EventArgs e)
|
||||
{
|
||||
cbxAdminTools.DroppedDown = true; // expand dropdown list if user clicks anywhere on the dropdown control
|
||||
}
|
||||
}
|
||||
public class AdminTool : IComparable<AdminTool>
|
||||
{
|
||||
|
Reference in New Issue
Block a user