/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.msforms.impl; import com.wilutions.com.*; @SuppressWarnings("all") @CoClass(guid="{B9F94F3B-FB8A-CA8E-10C6-694DA54A32E7}") public class WHTMLControlEventsImpl extends Dispatch implements com.wilutions.mslib.msforms.WHTMLControlEvents { @DeclDISPID(-600) public void onClick() throws ComException { this._dispatchCall(-600,"Click", DISPATCH_METHOD,null); } public WHTMLControlEventsImpl(String progId) throws ComException { super(progId, "{796ED650-5FE9-11CF-8D68-00AA00BDCE1D}"); } protected WHTMLControlEventsImpl(long ndisp) { super(ndisp); } public String toString() { return "[WHTMLControlEventsImpl" + super.toString() + "]"; } }