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