/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.msforms; import com.wilutions.com.*; /** * Tab. * */ @CoInterface(guid="{A38BFFC3-A5A0-11CE-8107-00AA00611080}") public interface Tab extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(-518) public void setCaption(final String value) throws ComException; @DeclDISPID(-518) public String getCaption() throws ComException; @DeclDISPID(-2147418043) public void setControlTipText(final String value) throws ComException; @DeclDISPID(-2147418043) public String getControlTipText() throws ComException; @DeclDISPID(-514) public void setEnabled(final Boolean value) throws ComException; @DeclDISPID(-514) public Boolean getEnabled() throws ComException; @DeclDISPID(1) public void setIndex(final Integer value) throws ComException; @DeclDISPID(1) public Integer getIndex() throws ComException; @DeclDISPID(-2147418112) public void setName(final String value) throws ComException; @DeclDISPID(-2147418112) public String getName() throws ComException; @DeclDISPID(-2147418101) public void setTag(final String value) throws ComException; @DeclDISPID(-2147418101) public String getTag() throws ComException; @DeclDISPID(-2147418105) public void setVisible(final Boolean value) throws ComException; @DeclDISPID(-2147418105) public Boolean getVisible() throws ComException; @DeclDISPID(-543) public void setAccelerator(final String value) throws ComException; @DeclDISPID(-543) public String getAccelerator() throws ComException; }