var instance; // Type: GcTextBox instance.KeyExit = function(sender, eArgs) { };
KeyExit = function ( sender : Object, eArgs : EventArgs ) { };
function GcTextBox1_KeyExit(oEdit, eArgs) { if (eArgs.Key == GCIM.ExitKeys.NextControl) { alert("次のコントロールに移動します。"); } else { alert("前のコントロールに移動します。"); } }
GcTextBox タイプ ExitKeys 列挙体
© MESCIUS inc. All rights reserved.