Methods

getBackOleColor()

Gets and sets the ole color of the background.

getBorderOleColor()

Gets and sets the ole color of the background.

getBorderStyle()

Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant.

getData()

Gets and sets the binary data of the control.

getForeOleColor()

Gets and sets the ole color of the foreground. Not applies to Image control.

getHeight()

Gets and sets the height of the control in unit of points.

getIMEMode()

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.

getMouseIcon()

Gets and sets a custom icon to display as the mouse pointer for the control.

getMousePointer()

Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

getPicture()

Gets and sets the data of the picture.

getPictureAlignment()

Gets and sets the alignment of the picture inside the Form or Image. The value of the property is ControlPictureAlignmentType integer constant.

getPictureSizeMode()

Gets and sets how to display the picture. The value of the property is ControlPictureSizeMode integer constant.

getSpecialEffect()

Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.

getType()

Gets the type of the ActiveX control. The value of the property is ControlType integer constant.

getWidth()

Gets and sets the width of the control in unit of point.

isAutoSize()

Indicates whether the control will automatically resize to display its entire contents.

isEnabled()

Indicates whether the control can receive the focus and respond to user-generated events.

isLocked()

Indicates whether data in the control is locked for editing.

isTiled()

Indicates whether the picture is tiled across the background.

isTransparent()

Indicates whether the control is transparent.

setAutoSize()

Indicates whether the control will automatically resize to display its entire contents.

setBackOleColor()

Gets and sets the ole color of the background.

setBorderOleColor()

Gets and sets the ole color of the background.

setBorderStyle()

Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant.

setEnabled()

Indicates whether the control can receive the focus and respond to user-generated events.

setForeOleColor()

Gets and sets the ole color of the foreground. Not applies to Image control.

setHeight()

Gets and sets the height of the control in unit of points.

setIMEMode()

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.

setLocked()

Indicates whether data in the control is locked for editing.

setMouseIcon()

Gets and sets a custom icon to display as the mouse pointer for the control.

setMousePointer()

Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

setPicture()

Gets and sets the data of the picture.

setPictureAlignment()

Gets and sets the alignment of the picture inside the Form or Image. The value of the property is ControlPictureAlignmentType integer constant.

setPictureSizeMode()

Gets and sets how to display the picture. The value of the property is ControlPictureSizeMode integer constant.

setSpecialEffect()

Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.

setTiled()

Indicates whether the picture is tiled across the background.

setTransparent()

Indicates whether the control is transparent.

setWidth()

Gets and sets the width of the control in unit of point.