Skip to content

Latest commit

 

History

History
78 lines (66 loc) · 7.09 KB

File metadata and controls

78 lines (66 loc) · 7.09 KB

title: ComboBoxActiveXControl class second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 20 url: /aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/ is_root: false

ComboBoxActiveXControl class

Represents a ComboBox ActiveX control.

Inheritance: ComboBoxActiveXControl

The ComboBoxActiveXControl type exposes the following members:

Properties

Property Description
workbook
type Gets the type of the ActiveX control.
width
height
mouse_icon
mouse_pointer
fore_ole_color
back_ole_color
is_visible
shadow
linked_cell
list_fill_range
data
is_enabled
is_locked
is_transparent
is_auto_size
ime_mode
font
text_align
max_length Gets and sets the maximum number of characters
list_width Gets and set the width in unit of points.
bound_column Represents how the Value property is determined for a ComboBox or ListBox

when the MultiSelect properties value (fmMultiSelectSingle).
text_column Represents the column in a ComboBox or ListBox to display to the user.
column_count Represents the number of columns to display in a ComboBox or ListBox.
list_rows Represents the maximum number of rows to display in the list.
match_entry Indicates how a ListBox or ComboBox searches its list as the user types.
drop_button_style Specifies the symbol displayed on the drop button
show_drop_button_type_when Specifies the symbol displayed on the drop button
list_style Gets and sets the visual appearance.
border_style Gets and set the type of border used by the control.
border_ole_color Gets and sets the ole color of the background.
special_effect Gets and sets the special effect of the control.
is_editable Indicates whether the user can type into the control.
show_column_heads Indicates whether column headings are displayed.
is_drag_behavior_enabled Indicates whether dragging and dropping is enabled for the control.
enter_field_behavior Specifies 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_selected Specifies 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_margin Indicates whether the user can select a line of text by clicking in the region to the left of the text.
value Gets and sets the value of the control.
hide_selection Indicates whether selected text in the control appears highlighted when the control does not have focus.
column_widths Gets and sets the width of the column.

See Also