ComboBoxActiveXControl Properties |
The ComboBoxActiveXControl type exposes the following members.
| Name | Description | |
|---|---|---|
| BackOleColor |
Gets and sets the ole color of the background.
(Inherited from ActiveXControlBase.) | |
| BorderOleColor |
Gets and sets the ole color of the background.
| |
| BorderStyle |
Gets and set the type of border used by the control.
| |
| BoundColumn |
Repsents how the Value property is determined for a ComboBox or ListBox
when the MultiSelect propertys value (fmMultiSelectSingle).
| |
| ColumnCount |
Repsents the number of columns to display in a ComboBox or ListBox.
| |
| ColumnWidths |
Gets and sets the width of the column.
| |
| Data |
Gets and sets the binary data of the control.
(Inherited from ActiveXControl.) | |
| DropButtonStyle |
Specifies the symbol displayed on the drop button
| |
| EnterFieldBehavior |
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.
| |
| ForeOleColor |
Gets and sets the ole color of the foreground.
(Inherited from ActiveXControlBase.) | |
| Height |
Gets and sets the height of the control in unit of points.
(Inherited from ActiveXControlBase.) | |
| HideSelection |
Inidicates whether selected text in the control appears highlighted when the control does not have focus.
| |
| IMEMode |
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
(Inherited from ActiveXControl.) | |
| IsAutoSize |
Indicates whether the control will automatically resize to display its entire contents.
(Inherited from ActiveXControl.) | |
| IsAutoWordSelected |
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.
| |
| IsDragBehaviorEnabled |
Indicates whether dragging and dropping is enabled for the control.
| |
| IsEditable |
Indicates whether the user can type into the control.
| |
| IsEnabled |
Indicates whether whether the control can receive the focus and respond to user-generated events.
(Inherited from ActiveXControl.) | |
| IsLocked |
Indicates whether data in the control is locked for editing.
(Inherited from ActiveXControl.) | |
| IsTransparent |
Indicates whether the control is transparent.
(Inherited from ActiveXControl.) | |
| ListRows |
Repsents the maximum number of rows to display in the list.
| |
| ListStyle |
Gets and sets the visual appearance.
| |
| ListWidth |
Gets and set the width in unit of points.
| |
| MatchEntry |
Indicates how a ListBox or ComboBox searches its list as the user types.
| |
| MaxLength |
Gets and sets the maximum number of characters
| |
| MouseIcon |
Gets and sets a custom icon to display as the mouse pointer for the control.
(Inherited from ActiveXControlBase.) | |
| MousePointer |
Gets and sets the type of icon displayed as the mouse pointer for the control.
(Inherited from ActiveXControlBase.) | |
| SelectionMargin |
Indicates whether the user can select a line of text by clicking in the region to the left of the text.
| |
| ShowColumnHeads |
Indicates whether column headings are displayed.
| |
| ShowDropButtonTypeWhen |
Specifies the symbol displayed on the drop button
| |
| SpecialEffect |
Gets and sets the special effect of the control.
| |
| TextColumn |
Repsents the column in a ComboBox or ListBox to display to the user.
| |
| Type |
Gets the type of the ActiveX control.
(Overrides ActiveXControlBaseType.) | |
| Value |
Gets and sets the value of the control.
| |
| Width |
Gets and sets the width of the control in unit of point.
(Inherited from ActiveXControlBase.) |