var instance; // Type: GcComboBox instance.TextChanging = function(sender, eArgs) { };
TextChanging = function ( sender : Object, eArgs : EventArgs ) { };
//マスクコントロールに5バイト以上の入力を禁止します。 function GcMask1_TextChanging(sender, eArgs) { if (GetByteCount(eArgs.Result) > 5) { eArgs.Cancel = true; } }
GcComboBox タイプ
© MESCIUS inc. All rights reserved.