_OlkTextBox.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
Property EnterFieldBehavior As OlEnterFieldBehavior
Get
Set
'Usage
Dim instance As _OlkTextBox
Dim value As OlEnterFieldBehavior
value = instance.EnterFieldBehavior
instance.EnterFieldBehavior = value
OlEnterFieldBehavior EnterFieldBehavior { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlEnterFieldBehavior
Remarks
The default value is olEnterFieldBehaviorSelectAll.