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.

getBoundColumn()

Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle).

getColumnCount()

Represents the number of columns to display in a ComboBox or ListBox.

getColumnWidths()

Gets and sets the width of the column.

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.

getIntegralHeight()

Indicates whether the control will only show complete lines of text without showing any partial lines.

getListStyle()

Gets and sets the visual appearance. The value of the property is ControlListStyle integer constant.

getListWidth()

Gets and set the width in unit of points.

getMatchEntry()

Indicates how a ListBox or ComboBox searches its list as the user types. The value of the property is ControlMatchEntryType 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.

getScrollBars()

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. The value of the property is ControlScrollBarType integer constant.

getShowColumnHeads()

Indicates whether column headings are displayed.

getSpecialEffect()

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

getTextColumn()

Represents the column in a ComboBox or ListBox to display to the user.

getType()

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

getValue()

Gets and sets the value of the control.

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.

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.

setBoundColumn()

Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle).

setColumnCount()

Represents the number of columns to display in a ComboBox or ListBox.

setColumnWidths()

Gets and sets the width of the column.

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.

setIntegralHeight()

Indicates whether the control will only show complete lines of text without showing any partial lines.

setListStyle()

Gets and sets the visual appearance. The value of the property is ControlListStyle integer constant.

setListWidth()

Gets and set the width in unit of points.

setLocked()

Indicates whether data in the control is locked for editing.

setMatchEntry()

Indicates how a ListBox or ComboBox searches its list as the user types. The value of the property is ControlMatchEntryType integer constant.

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.

setScrollBars()

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. The value of the property is ControlScrollBarType integer constant.

setShowColumnHeads()

Indicates whether column headings are displayed.

setSpecialEffect()

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

setTextColumn()

Represents the column in a ComboBox or ListBox to display to the user.

setTransparent()

Indicates whether the control is transparent.

setValue()

Gets and sets the value of the control.

setWidth()

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