ListBoxActiveXControl class

ListBoxActiveXControl class

Represents a ListBox ActiveX control.

Inheritance: ListBoxActiveXControlActiveXControlActiveXControlBase

The ListBoxActiveXControl type exposes the following members:

Properties

PropertyDescription
workbookGets the ActiveXControlBase.workbook object.
typeGets the type of the ActiveX control.
widthGets and sets the width of the control in unit of points.
heightGets and sets the height of the control in unit of points.
mouse_iconGets and sets a custom icon to display as the mouse pointer for the control.
mouse_pointerGets and sets the type of icon displayed as the mouse pointer for the control.
fore_ole_colorGets and sets the ole color of the foreground.
back_ole_colorGets and sets the ole color of the background.
is_visibleIndicates whether this control is visible.
shadowIndicates whether to show a shadow.
linked_cellGets and sets the linked cell.
list_fill_rangeGets and sets the list fill range.
dataGets and sets the binary data of the control.
is_enabledIndicates whether the control can receive the focus and respond to user-generated events.
is_lockedIndicates whether data in the control is locked for editing.
is_transparentIndicates whether the control is transparent.
is_auto_sizeIndicates whether the control will automatically resize to display its entire contents.
ime_modeGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
fontRepresents the font of the control.
text_alignRepresents how to align the text used by the control.
scroll_barsIndicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
list_widthGets and set the width in unit of points.
bound_columnRepresents how the Value property is determined for a ComboBox or ListBox
when the MultiSelect properties value (fmMultiSelectSingle).
text_columnRepresents the column in a ComboBox or ListBox to display to the user.
column_countRepresents the number of columns to display in a ComboBox or ListBox.
match_entryIndicates how a ListBox or ComboBox searches its list as the user types.
list_styleGets and sets the visual appearance.
selection_typeIndicates whether the control permits multiple selections.
valueGets and sets the value of the control.
border_styleGets and set the type of border used by the control.
border_ole_colorGets and sets the ole color of the background.
special_effectGets and sets the special effect of the control.
show_column_headsIndicates whether column headings are displayed.
integral_heightIndicates whether the control will only show complete lines of text without showing any partial lines.
column_widthsGets and sets the width of the column.

See Also