func init // adds using namespace sys.add_use('System.Windows.Forms') end func doGetMethod(args) event('onEquals', sys.to_type(args, 0) + '.Equals(' + d("obj") + ')') event('onGetHashCode', sys.to_type(args, 0) + '.GetHashCode()') event('onGetType', sys.to_type(args, 0) + '.GetType()') event('onToString', sys.to_type(args, 0) + '.ToString()') event('onAlt', sys.to_type(args, 0) + '.Alt') event('onControl', sys.to_type(args, 0) + '.Control') event('onHandled', sys.to_type(args, 0) + '.Handled') event('onKeyCode', sys.to_type(args, 0) + '.KeyCode') event('onKeyData', sys.to_type(args, 0) + '.KeyData') event('onKeyValue', sys.to_type(args, 0) + '.KeyValue') event('onModifiers', sys.to_type(args, 0) + '.Modifiers') event('onShift', sys.to_type(args, 0) + '.Shift') event('onSuppressKeyPress', sys.to_type(args, 0) + '.SuppressKeyPress') end