/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.msforms;
import com.wilutions.com.*;
/**
* IMdcCombo.
*
*/
@CoInterface(guid="{8BD21D33-EC42-11CE-9E0D-00AA006002F3}")
public interface IMdcCombo extends IDispatch {
static boolean __typelib__loaded = __TypeLib.load();
@DeclDISPID(-500) public void setAutoSize(final Boolean value) throws ComException;
@DeclDISPID(-500) public Boolean getAutoSize() throws ComException;
@DeclDISPID(217) public void setAutoTab(final Boolean value) throws ComException;
@DeclDISPID(217) public Boolean getAutoTab() throws ComException;
@DeclDISPID(218) public void setAutoWordSelect(final Boolean value) throws ComException;
@DeclDISPID(218) public Boolean getAutoWordSelect() throws ComException;
@DeclDISPID(-501) public void setBackColor(final OLE_COLOR value) throws ComException;
@DeclDISPID(-501) public OLE_COLOR getBackColor() throws ComException;
@DeclDISPID(-502) public void setBackStyle(final fmBackStyle value) throws ComException;
@DeclDISPID(-502) public fmBackStyle getBackStyle() throws ComException;
@DeclDISPID(-503) public void setBorderColor(final OLE_COLOR value) throws ComException;
@DeclDISPID(-503) public OLE_COLOR getBorderColor() throws ComException;
@DeclDISPID(-504) public void setBorderStyle(final fmBorderStyle value) throws ComException;
@DeclDISPID(-504) public fmBorderStyle getBorderStyle() throws ComException;
@DeclDISPID(501) public void setBoundColumn(final Object value) throws ComException;
@DeclDISPID(501) public Object getBoundColumn() throws ComException;
@DeclDISPID(25) public Boolean getCanPaste() throws ComException;
@DeclDISPID(601) public void setColumnCount(final Integer value) throws ComException;
@DeclDISPID(601) public Integer getColumnCount() throws ComException;
@DeclDISPID(602) public void setColumnHeads(final Boolean value) throws ComException;
@DeclDISPID(602) public Boolean getColumnHeads() throws ComException;
@DeclDISPID(603) public void setColumnWidths(final String value) throws ComException;
@DeclDISPID(603) public String getColumnWidths() throws ComException;
@DeclDISPID(210) public Integer getCurTargetX() throws ComException;
@DeclDISPID(208) public void setCurX(final Integer value) throws ComException;
@DeclDISPID(208) public Integer getCurX() throws ComException;
@DeclDISPID(305) public void setDropButtonStyle(final fmDropButtonStyle value) throws ComException;
@DeclDISPID(305) public fmDropButtonStyle getDropButtonStyle() throws ComException;
@DeclDISPID(-514) public void setEnabled(final Boolean value) throws ComException;
@DeclDISPID(-514) public Boolean getEnabled() throws ComException;
@DeclDISPID(-512) public void setFont(final Font value) throws ComException;
@DeclDISPID(-512) public Font getFont() throws ComException;
@DeclDISPID(-513) public void setForeColor(final OLE_COLOR value) throws ComException;
@DeclDISPID(-513) public OLE_COLOR getForeColor() throws ComException;
@DeclDISPID(207) public void setHideSelection(final Boolean value) throws ComException;
@DeclDISPID(207) public Boolean getHideSelection() throws ComException;
@DeclDISPID(214) public Integer getLineCount() throws ComException;
@DeclDISPID(-531) public Integer getListCount() throws ComException;
@DeclDISPID(-526) public void setListIndex(final Object value) throws ComException;
@DeclDISPID(-526) public Object getListIndex() throws ComException;
@DeclDISPID(605) public void setListRows(final Integer value) throws ComException;
@DeclDISPID(605) public Integer getListRows() throws ComException;
@DeclDISPID(307) public void setListStyle(final fmListStyle value) throws ComException;
@DeclDISPID(307) public fmListStyle getListStyle() throws ComException;
@DeclDISPID(606) public void setListWidth(final Object value) throws ComException;
@DeclDISPID(606) public Object getListWidth() throws ComException;
@DeclDISPID(10) public void setLocked(final Boolean value) throws ComException;
@DeclDISPID(10) public Boolean getLocked() throws ComException;
@DeclDISPID(504) public void setMatchEntry(final fmMatchEntry value) throws ComException;
@DeclDISPID(504) public fmMatchEntry getMatchEntry() throws ComException;
@DeclDISPID(505) public Boolean getMatchFound() throws ComException;
@DeclDISPID(503) public void setMatchRequired(final Boolean value) throws ComException;
@DeclDISPID(503) public Boolean getMatchRequired() throws ComException;
@DeclDISPID(-533) public void setMaxLength(final Integer value) throws ComException;
@DeclDISPID(-533) public Integer getMaxLength() throws ComException;
@DeclDISPID(-522) public void setMouseIcon(final com.wilutions.mslib.stdole.Picture value) throws ComException;
@DeclDISPID(-522) public com.wilutions.mslib.stdole.Picture getMouseIcon() throws ComException;
@DeclDISPID(-521) public void setMousePointer(final fmMousePointer value) throws ComException;
@DeclDISPID(-521) public fmMousePointer getMousePointer() throws ComException;
@DeclDISPID(220) public void setSelectionMargin(final Boolean value) throws ComException;
@DeclDISPID(220) public Boolean getSelectionMargin() throws ComException;
@DeclDISPID(-548) public void setSelLength(final Integer value) throws ComException;
@DeclDISPID(-548) public Integer getSelLength() throws ComException;
@DeclDISPID(-547) public void setSelStart(final Integer value) throws ComException;
@DeclDISPID(-547) public Integer getSelStart() throws ComException;
@DeclDISPID(-546) public void setSelText(final String value) throws ComException;
@DeclDISPID(-546) public String getSelText() throws ComException;
@DeclDISPID(304) public void setShowDropButtonWhen(final fmShowDropButtonWhen value) throws ComException;
@DeclDISPID(304) public fmShowDropButtonWhen getShowDropButtonWhen() throws ComException;
@DeclDISPID(12) public void setSpecialEffect(final fmSpecialEffect value) throws ComException;
@DeclDISPID(12) public fmSpecialEffect getSpecialEffect() throws ComException;
@DeclDISPID(308) public void setStyle(final fmStyle value) throws ComException;
@DeclDISPID(308) public fmStyle getStyle() throws ComException;
@DeclDISPID(-517) public void setText(final String value) throws ComException;
@DeclDISPID(-517) public String getText() throws ComException;
@DeclDISPID(10004) public void setTextAlign(final fmTextAlign value) throws ComException;
@DeclDISPID(10004) public fmTextAlign getTextAlign() throws ComException;
@DeclDISPID(502) public void setTextColumn(final Object value) throws ComException;
@DeclDISPID(502) public Object getTextColumn() throws ComException;
@DeclDISPID(216) public Integer getTextLength() throws ComException;
@DeclDISPID(611) public void setTopIndex(final Object value) throws ComException;
@DeclDISPID(611) public Object getTopIndex() throws ComException;
@DeclDISPID(0) public void setValue(final Object value) throws ComException;
@DeclDISPID(0) public Object getValue() throws ComException;
@DeclDISPID(-529) public Object getColumn(final Object pvargColumn, final Object pvargIndex) throws ComException;
@DeclDISPID(-529) public void setColumn(final Object pvargColumn, final Object pvargIndex, final Object value3) throws ComException;
@DeclDISPID(-528) public Object getList(final Object pvargIndex, final Object pvargColumn) throws ComException;
@DeclDISPID(-528) public void setList(final Object pvargIndex, final Object pvargColumn, final Object value3) throws ComException;
@DeclDISPID(-553) public void AddItem(final Object pvargItem, final Object pvargIndex) throws ComException;
@DeclDISPID(-554) public void Clear() throws ComException;
@DeclDISPID(1001) public void DropDown() throws ComException;
@DeclDISPID(-555) public void RemoveItem(final Object pvargIndex) throws ComException;
@DeclDISPID(22) public void Copy() throws ComException;
@DeclDISPID(21) public void Cut() throws ComException;
@DeclDISPID(24) public void Paste() throws ComException;
@DeclDISPID(-542) public void setIMEMode(final fmIMEMode value) throws ComException;
@DeclDISPID(-542) public fmIMEMode getIMEMode() throws ComException;
@DeclDISPID(224) public void setEnterFieldBehavior(final fmEnterFieldBehavior value) throws ComException;
@DeclDISPID(224) public fmEnterFieldBehavior getEnterFieldBehavior() throws ComException;
@DeclDISPID(225) public void setDragBehavior(final fmDragBehavior value) throws ComException;
@DeclDISPID(225) public fmDragBehavior getDragBehavior() throws ComException;
}