_OlkTextBox.EnterFieldBehavior Property

Definition

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

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

Property Value

Remarks

The default value is olEnterFieldBehaviorSelectAll.

Applies to