Property Getters/Setters Summary | ||
---|---|---|
function | getBackOleColor() | |
function | setBackOleColor(value) | |
Gets and sets the ole color of the background. | ||
function | getData() | |
Gets and sets the binary data of the control. | ||
function | getForeOleColor() | |
function | setForeOleColor(value) | |
Gets and sets the ole color of the foreground. | ||
function | getHeight() | |
function | setHeight(value) | |
Gets and sets the height of the control in unit of points. | ||
function | getIMEMode() | |
function | setIMEMode(value) | |
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. | ||
function | isAutoSize() | |
function | setAutoSize(value) | |
Indicates whether the control will automatically resize to display its entire contents. | ||
function | isEnabled() | |
function | setEnabled(value) | |
Indicates whether whether the control can receive the focus and respond to user-generated events. | ||
function | isLocked() | |
function | setLocked(value) | |
Indicates whether data in the control is locked for editing. | ||
function | isTransparent() | |
function | setTransparent(value) | |
Indicates whether the control is transparent. | ||
function | getLargeChange() | |
function | setLargeChange(value) | |
Gets and sets the amount by which the Position property changes | ||
function | getMax() | |
function | setMax(value) | |
Gets and sets the maximum acceptable value. | ||
function | getMin() | |
function | setMin(value) | |
Gets and sets the minimum acceptable value. | ||
function | getMouseIcon() | |
function | setMouseIcon(value) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
function | getMousePointer() | |
function | setMousePointer(value) | |
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant. | ||
function | getOrientation() | |
function | setOrientation(value) | |
Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. The value of the property is ControlScrollOrientation integer constant. | ||
function | getPosition() | |
function | setPosition(value) | |
Gets and sets the value. | ||
function | getSmallChange() | |
function | setSmallChange(value) | |
Gets and sets the amount by which the Position property changes | ||
function | getType() | |
Gets the type of the ActiveX control. The value of the property is ControlType integer constant. | ||
function | getWidth() | |
function | setWidth(value) | |
Gets and sets the width of the control in unit of point. |
Property Getters/Setters Detail |
---|
getType : Number | |
function getType() |
getLargeChange/setLargeChange : Number | |
function getLargeChange() / function setLargeChange(value) |
getMin/setMin : Number | |
function getMin() / function setMin(value) |
getMax/setMax : Number | |
function getMax() / function setMax(value) |
getPosition/setPosition : Number | |
function getPosition() / function setPosition(value) |
getSmallChange/setSmallChange : Number | |
function getSmallChange() / function setSmallChange(value) |
getOrientation/setOrientation : Number | |
function getOrientation() / function setOrientation(value) |
isEnabled/setEnabled : boolean | |
function isEnabled() / function setEnabled(value) |
isLocked/setLocked : boolean | |
function isLocked() / function setLocked(value) |
isTransparent/setTransparent : boolean | |
function isTransparent() / function setTransparent(value) |
isAutoSize/setAutoSize : boolean | |
function isAutoSize() / function setAutoSize(value) |
getIMEMode/setIMEMode : Number | |
function getIMEMode() / function setIMEMode(value) |
getData : byte[] | |
function getData() |
getWidth/setWidth : Number | |
function getWidth() / function setWidth(value) |
getHeight/setHeight : Number | |
function getHeight() / function setHeight(value) |
getMouseIcon/setMouseIcon : byte[] | |
function getMouseIcon() / function setMouseIcon(value) |
getMousePointer/setMousePointer : Number | |
function getMousePointer() / function setMousePointer(value) |
getForeOleColor/setForeOleColor : Number | |
function getForeOleColor() / function setForeOleColor(value) |
getBackOleColor/setBackOleColor : Number | |
function getBackOleColor() / function setBackOleColor(value) |