using System;
using System
using System
namespace winform
{
public class OurComBox : System
{
//==============overwrite ComboBox OnkeyUp method
protected override void OnKeyUp(System
{
foreach (object item in this
{
string[] strs = item
if (strs[
{
this
this
}
}
base
}
//=================
}
}
From:http://tw.wingwit.com/Article/program/net/201311/11391.html