public abstract class ActiveXControlBase
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. | ||
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. | ||
abstract 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 abstract int getType()
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)
public byte[] getData()