public class SpinButtonActiveXControl
Property Getters/Setters Summary | ||
---|---|---|
int | getBackOleColor() | |
void | setBackOleColor(intvalue) | |
Gets and sets the ole color of the background. | ||
byte[] | getData() | |
Gets and sets the binary data of the control.
|
||
int | getForeOleColor() | |
void | setForeOleColor(intvalue) | |
Gets and sets the ole color of the foreground. | ||
double | getHeight() | |
void | setHeight(doublevalue) | |
Gets and sets the height of the control in unit of points. | ||
int | getIMEMode() | |
void | setIMEMode(intvalue) | |
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant. | ||
boolean | isAutoSize() | |
void | setAutoSize(booleanvalue) | |
Indicates whether the control will automatically resize to display its entire contents. | ||
boolean | isEnabled() | |
void | setEnabled(booleanvalue) | |
Indicates whether the control can receive the focus and respond to user-generated events. | ||
boolean | isLocked() | |
void | setLocked(booleanvalue) | |
Indicates whether data in the control is locked for editing. | ||
boolean | isTransparent() | |
void | setTransparent(booleanvalue) | |
Indicates whether the control is transparent. | ||
int | getMax() | |
void | setMax(intvalue) | |
Gets and sets the maximum acceptable value. | ||
int | getMin() | |
void | setMin(intvalue) | |
Gets and sets the minimum acceptable value. | ||
byte[] | getMouseIcon() | |
void | setMouseIcon(byte[]value) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
int | getMousePointer() | |
void | setMousePointer(intvalue) | |
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant. | ||
int | getOrientation() | |
void | setOrientation(intvalue) | |
Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. The value of the property is ControlScrollOrientation integer constant. | ||
int | getPosition() | |
void | setPosition(intvalue) | |
Gets and sets the value. | ||
int | getSmallChange() | |
void | setSmallChange(intvalue) | |
Gets and sets the amount by which the Position property changes | ||
int | getType() | |
Gets the type of the ActiveX control.
The value of the property is ControlType integer constant. |
||
double | getWidth() | |
void | setWidth(doublevalue) | |
Gets and sets the width of the control in unit of point. |
public int getType()
public int getMin() / public void setMin(int value)
public int getMax() / public void setMax(int value)
public int getPosition() / public void setPosition(int value)
public int getSmallChange() / public void setSmallChange(int value)
public int getOrientation() / public void setOrientation(int value)
public boolean isEnabled() / public void setEnabled(boolean value)
public boolean isLocked() / public void setLocked(boolean value)
public boolean isTransparent() / public void setTransparent(boolean value)
public boolean isAutoSize() / public void setAutoSize(boolean value)
public int getIMEMode() / public void setIMEMode(int value)
public byte[] getData()
public double getWidth() / public void setWidth(double value)
public double getHeight() / public void setHeight(double value)
public byte[] getMouseIcon() / public void setMouseIcon(byte[] value)
public int getMousePointer() / public void setMousePointer(int value)
public int getForeOleColor() / public void setForeOleColor(int value)
public int getBackOleColor() / public void setBackOleColor(int value)