名前空間一覧 > GrapeCity.Web.Input.IMEdit 名前空間 > DropDownEditorClientEvents クラス : KeyDown プロパティ |
GcTextBox1.DropDownEditor.ClientEvents.KeyDown = "DropDownEditor_KeyDown"
GcTextBox1.DropDownEditor.ClientEvents.KeyDown = "DropDownEditor_KeyDown";
function DropDownEditor_KeyDown()
{
alert(event.keyCode);
}