/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.msforms; import com.wilutions.com.*; /** * IWHTMLSubmitButton. * */ @CoInterface(guid="{5512D111-5CC6-11CF-8D67-00AA00BDCE1D}") public interface IWHTMLSubmitButton extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(601) public void setAction(final String value) throws ComException; @DeclDISPID(601) public String getAction() throws ComException; @DeclDISPID(602) public void setCaption(final String value) throws ComException; @DeclDISPID(602) public String getCaption() throws ComException; @DeclDISPID(603) public void setEncoding(final String value) throws ComException; @DeclDISPID(603) public String getEncoding() throws ComException; @DeclDISPID(604) public void setMethod(final String value) throws ComException; @DeclDISPID(604) public String getMethod() throws ComException; @DeclDISPID(-541) public void setHTMLName(final String value) throws ComException; @DeclDISPID(-541) public String getHTMLName() throws ComException; }