Share via


_OlkListBox.MatchEntry Property

Returns or sets an OlMatchEntry constant that indicates how the control searches its list as the user types. Read/write.

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

Syntax

'Declaration
Property MatchEntry As OlMatchEntry
    Get
    Set
'Usage
Dim instance As _OlkListBox
Dim value As OlMatchEntry

value = instance.MatchEntry

instance.MatchEntry = value
OlMatchEntry MatchEntry { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlMatchEntry

Remarks

The default value is olMatchEntryComplete.

See Also

Reference

_OlkListBox Interface

_OlkListBox Members

Microsoft.Office.Interop.Outlook Namespace