_OlkComboBox.EnterFieldBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.