/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.msforms;
import com.wilutions.com.*;
/**
* IScrollbar.
*
*/
@CoInterface(guid="{04598FC3-866C-11CF-AB7C-00AA00C08FCF}")
public interface IScrollbar extends IDispatch {
static boolean __typelib__loaded = __TypeLib.load();
@DeclDISPID(-501) public void setBackColor(final OLE_COLOR value) throws ComException;
@DeclDISPID(-501) public OLE_COLOR getBackColor() throws ComException;
@DeclDISPID(-513) public void setForeColor(final OLE_COLOR value) throws ComException;
@DeclDISPID(-513) public OLE_COLOR getForeColor() throws ComException;
@DeclDISPID(-514) public void setEnabled(final Boolean value) throws ComException;
@DeclDISPID(-514) public Boolean getEnabled() throws ComException;
@DeclDISPID(-521) public void setMousePointer(final fmMousePointer value) throws ComException;
@DeclDISPID(-521) public fmMousePointer getMousePointer() throws ComException;
@DeclDISPID(0) public void setValue(final Integer value) throws ComException;
@DeclDISPID(0) public Integer getValue() throws ComException;
@DeclDISPID(100) public void setMin(final Integer value) throws ComException;
@DeclDISPID(100) public Integer getMin() throws ComException;
@DeclDISPID(101) public void setMax(final Integer value) throws ComException;
@DeclDISPID(101) public Integer getMax() throws ComException;
@DeclDISPID(102) public void setSmallChange(final Integer value) throws ComException;
@DeclDISPID(102) public Integer getSmallChange() throws ComException;
@DeclDISPID(103) public void setLargeChange(final Integer value) throws ComException;
@DeclDISPID(103) public Integer getLargeChange() throws ComException;
@DeclDISPID(104) public void setProportionalThumb(final Boolean value) throws ComException;
@DeclDISPID(104) public Boolean getProportionalThumb() throws ComException;
@DeclDISPID(105) public void setOrientation(final fmOrientation value) throws ComException;
@DeclDISPID(105) public fmOrientation getOrientation() throws ComException;
@DeclDISPID(106) public void setDelay(final Integer value) throws ComException;
@DeclDISPID(106) public Integer getDelay() 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;
}