/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.msforms.impl; import com.wilutions.com.*; @SuppressWarnings("all") @CoClass(guid="{8768168A-C5FB-CA8E-1146-694DA59B4F73}") public class WHTMLControlEvents2Impl extends Dispatch implements com.wilutions.mslib.msforms.WHTMLControlEvents2 { @DeclDISPID(-600) public void onClick() throws ComException { this._dispatchCall(-600,"Click", DISPATCH_METHOD,null); } public WHTMLControlEvents2Impl(String progId) throws ComException { super(progId, "{47FF8FE1-6198-11CF-8CE8-00AA006CB389}"); } protected WHTMLControlEvents2Impl(long ndisp) { super(ndisp); } public String toString() { return "[WHTMLControlEvents2Impl" + super.toString() + "]"; } }