OlMultiSelect Enumeration

Specifies the type of selection that is supported in a list box control.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<GuidAttribute("5A0FB768-AAF4-4E8C-9C57-89ACA8B6249F")> _
Public Enumeration OlMultiSelect
'Usage
Dim instance As OlMultiSelect
[GuidAttribute("5A0FB768-AAF4-4E8C-9C57-89ACA8B6249F")]
public enum OlMultiSelect

Members

Member name Description
olMultiSelectSingle Supports selection of only one item at a time.
olMultiSelectMulti Supports selection of one or more items at a time. Pressing SPACEBAR or clicking the mouse toggles the selection of an item in the list.
olMultiSelectExtended Supports SHIFT and CTRL to select one or more items at a time. Pressing SHIFT and clicking the mouse, or pressing SHIFT and one of the arrow keys, extends the selection from the previously selected item to the current item. Pressing CTRL and clicking the mouse toggles the selection of an item.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace