_OlkListBox.MatchEntry Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlMatchEntry MatchEntry { Microsoft::Office::Interop::Outlook::OlMatchEntry get(); void set(Microsoft::Office::Interop::Outlook::OlMatchEntry value); };
public Microsoft.Office.Interop.Outlook.OlMatchEntry MatchEntry { get; set; }
Public Property MatchEntry As OlMatchEntry

Property Value

Remarks

The default value is olMatchEntryComplete.

Applies to