GCIM 名前空間 > GcDate タイプ : KeyExit イベント |
var instance; // Type: GcDate instance.KeyExit = function(sender, eArgs) { };
function GcTextBox1_KeyExit(oEdit, eArgs) { if (eArgs.Key == GCIM.ExitKeys.NextControl) { alert("次のコントロールに移動します。"); } else { alert("前のコントロールに移動します。"); } }