OlEnterFieldBehavior Enumeration

Specifies the behavior when focus enters a control.

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

Syntax

'Declaration
<GuidAttribute("7E29FD73-540B-4F03-A890-53C6B0AE7DD1")> _
Public Enumeration OlEnterFieldBehavior
'Usage
Dim instance As OlEnterFieldBehavior
[GuidAttribute("7E29FD73-540B-4F03-A890-53C6B0AE7DD1")]
public enum OlEnterFieldBehavior

Members

Member name Description
olEnterFieldBehaviorSelectAll The contents of the control are selected and any previous selection is ignored.
olEnterFieldBehaviorRecallSelection The previous selection is displayed.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace