_OlkListBox.MultiSelect Property
Returns or sets an OlMultiSelect constant that specifies the range of items that can be selected in the list box control. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property MultiSelect As OlMultiSelect
Get
Set
'Usage
Dim instance As _OlkListBox
Dim value As OlMultiSelect
value = instance.MultiSelect
instance.MultiSelect = value
OlMultiSelect MultiSelect { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlMultiSelect