ComboBox control [Outlook 2003 Forms Help]

Combines the features of a ListBox and a TextBox. The user can enter a new value, as with a TextBox, or the user can select an existing value as with a ListBox.

Remarks

If a ComboBox is bound to a data source, the ComboBox inserts the value entered or selected by the user into that data source. If a multicolumn combo box is bound, then the BoundColumn property determines which value is stored in the bound data source.

The list in a ComboBox consists of rows of data. Each row can have one or more columns, which can appear with or without headings. Some applications do not support column headings, others provide only limited support.

The default property of a ComboBox is the Value property.

Note  If you want more than a single line of the list to appear at all times, you might want to use a ListBox instead of a ComboBox. If you want to use a ComboBox and limit values to those in the list, you can set the Style property of the ComboBox so the control looks like a drop-down list box.

Properties | AutoSize Property | AutoTab Property | AutoWordSelect Property | BackColor Property | BackStyle Property | BorderColor Property | BorderStyle Property | BoundColumn Property | CanPaste Property | Column Property | ColumnCount Property | ColumnHeads Property | ColumnWidths Property | CurTargetX Property | CurX Property | DragBehavior Property | DropButtonStyle Property | Enabled Property | EnterFieldBehavior Property | ForeColor Property | HideSelection Property | IMEMode Property | LineCount Property | List Property | ListCount Property | ListIndex Property | ListRows Property | ListStyle Property | ListWidth Property | Locked Property | MatchEntry Property | MatchFound Property | MatchRequired Property | MaxLength Property | MouseIcon Property | MousePointer Property | PossibleValues Property | SelectionMargin Property | SelLength Property | SelStart Property | SelText Property | ShowDropButtonWhen Property | SpecialEffect Property | Style Property | Text Property | TextAlign Property | TextColumn Property | TextLength Property | TopIndex Property | Value Property

Methods | AddItem Method | Clear Method | Copy Method | Cut Method | DropDown Method | Paste Method | RemoveItem Method

Events | Click Event

Parent Objects

Child Objects | Font Object