ComboBoxActiveXControl class

ComboBoxActiveXControl class

Represents a ComboBox ActiveX control.

Inheritance: ComboBoxActiveXControlActiveXControlActiveXControlBase

The ComboBoxActiveXControl type exposes the following members:

Properties

PropertyDescription
typeGets the type of the ActiveX control.
widthGets and sets the width of the control in unit of point.
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.
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.
max_lengthGets and sets the maximum number of characters
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 propertys 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.
list_rowsRepresents the maximum number of rows to display in the list.
match_entryIndicates how a ListBox or ComboBox searches its list as the user types.
drop_button_styleSpecifies the symbol displayed on the drop button
show_drop_button_type_whenSpecifies the symbol displayed on the drop button
list_styleGets and sets the visual appearance.
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.
is_editableIndicates whether the user can type into the control.
show_column_headsIndicates whether column headings are displayed.
is_drag_behavior_enabledIndicates whether dragging and dropping is enabled for the control.
enter_field_behaviorSpecifies selection behavior when entering the control.
True specifies that the selection remains unchanged from last time the control was active.
False specifies that all the text in the control will be selected when entering the control.
is_auto_word_selectedSpecifies the basic unit used to extend a selection.
True specifies that the basic unit is a single character.
false specifies that the basic unit is a whole word.
selection_marginIndicates whether the user can select a line of text by clicking in the region to the left of the text.
valueGets and sets the value of the control.
hide_selectionIndicates whether selected text in the control appears highlighted when the control does not have focus.
column_widthsGets and sets the width of the column.

See Also