/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.office;
import com.wilutions.com.*;
/**
* _CommandBarActiveX.
*
*/
@CoInterface(guid="{000C030D-0000-0000-C000-000000000046}")
public interface _CommandBarActiveX extends IDispatch {
static boolean __typelib__loaded = __TypeLib.load();
@DeclDISPID(1610809344) public IDispatch getApplication() throws ComException;
@DeclDISPID(1610809345) public Integer getCreator() throws ComException;
@DeclDISPID(1610874880) public Boolean getBeginGroup() throws ComException;
@DeclDISPID(1610874880) public void setBeginGroup(final Boolean value) throws ComException;
@DeclDISPID(1610874882) public Boolean getBuiltIn() throws ComException;
@DeclDISPID(1610874883) public String getCaption() throws ComException;
@DeclDISPID(1610874883) public void setCaption(final String value) throws ComException;
@DeclDISPID(1610874886) public CommandBarControl Copy(final Object Bar, final Object Before) throws ComException;
@DeclDISPID(1610874887) public void Delete(final Object Temporary) throws ComException;
@DeclDISPID(1610874888) public String getDescriptionText() throws ComException;
@DeclDISPID(1610874888) public void setDescriptionText(final String value) throws ComException;
@DeclDISPID(1610874890) public Boolean getEnabled() throws ComException;
@DeclDISPID(1610874890) public void setEnabled(final Boolean value) throws ComException;
@DeclDISPID(1610874892) public void Execute() throws ComException;
@DeclDISPID(1610874893) public Integer getHeight() throws ComException;
@DeclDISPID(1610874893) public void setHeight(final Integer value) throws ComException;
@DeclDISPID(1610874895) public Integer getHelpContextId() throws ComException;
@DeclDISPID(1610874895) public void setHelpContextId(final Integer value) throws ComException;
@DeclDISPID(1610874897) public String getHelpFile() throws ComException;
@DeclDISPID(1610874897) public void setHelpFile(final String value) throws ComException;
@DeclDISPID(1610874899) public Integer getId() throws ComException;
@DeclDISPID(1610874900) public Integer getIndex() throws ComException;
@DeclDISPID(1610874902) public CommandBarControl Move(final Object Bar, final Object Before) throws ComException;
@DeclDISPID(1610874903) public Integer getLeft() throws ComException;
@DeclDISPID(1610874904) public MsoControlOLEUsage getOLEUsage() throws ComException;
@DeclDISPID(1610874904) public void setOLEUsage(final MsoControlOLEUsage value) throws ComException;
@DeclDISPID(1610874906) public String getOnAction() throws ComException;
@DeclDISPID(1610874906) public void setOnAction(final String value) throws ComException;
@DeclDISPID(1610874908) public CommandBar getParent() throws ComException;
@DeclDISPID(1610874909) public String getParameter() throws ComException;
@DeclDISPID(1610874909) public void setParameter(final String value) throws ComException;
@DeclDISPID(1610874911) public Integer getPriority() throws ComException;
@DeclDISPID(1610874911) public void setPriority(final Integer value) throws ComException;
@DeclDISPID(1610874913) public void Reset() throws ComException;
@DeclDISPID(1610874914) public void SetFocus() throws ComException;
@DeclDISPID(1610874915) public String getTag() throws ComException;
@DeclDISPID(1610874915) public void setTag(final String value) throws ComException;
@DeclDISPID(1610874917) public String getTooltipText() throws ComException;
@DeclDISPID(1610874917) public void setTooltipText(final String value) throws ComException;
@DeclDISPID(1610874919) public Integer getTop() throws ComException;
@DeclDISPID(1610874920) public MsoControlType getType() throws ComException;
@DeclDISPID(1610874921) public Boolean getVisible() throws ComException;
@DeclDISPID(1610874921) public void setVisible(final Boolean value) throws ComException;
@DeclDISPID(1610874923) public Integer getWidth() throws ComException;
@DeclDISPID(1610874923) public void setWidth(final Integer value) throws ComException;
@DeclDISPID(1610874925) public Boolean getIsPriorityDropped() throws ComException;
@DeclDISPID(1610940416) public String getControlCLSID() throws ComException;
@DeclDISPID(1610940416) public void setControlCLSID(final String value) throws ComException;
@DeclDISPID(1610940418) public Object getQueryControlInterface(final String bstrIid) throws ComException;
@DeclDISPID(1610940419) public void SetInnerObjectFactory(final Object pUnk) throws ComException;
@DeclDISPID(1610940420) public void EnsureControl() throws ComException;
@DeclDISPID(1610940421) public void setInitWith(final Object value) throws ComException;
}