Share via


_OlkComboBox.EnterFieldBehavior Property

Returns or sets an OlEnterFieldBehavior constant that specifies the selection behavior when entering the control. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property EnterFieldBehavior As OlEnterFieldBehavior
    Get
    Set
'Usage
Dim instance As _OlkComboBox
Dim value As OlEnterFieldBehavior

value = instance.EnterFieldBehavior

instance.EnterFieldBehavior = value
[DispIdAttribute()]
OlEnterFieldBehavior EnterFieldBehavior { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior

Remarks

The default value is olEnterFieldBehaviorSelectAll.

See Also

Reference

_OlkComboBox Interface

_OlkComboBox Members

Microsoft.Office.Interop.Outlook Namespace