OlEnterFieldBehavior Enum
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.
Specifies the behavior when focus enters a control.
public enum class OlEnterFieldBehavior
[System.Runtime.InteropServices.Guid("7E29FD73-540B-4F03-A890-53C6B0AE7DD1")]
public enum OlEnterFieldBehavior
Public Enum OlEnterFieldBehavior
- Inheritance
-
OlEnterFieldBehavior
- Attributes
Fields
Name | Value | Description |
---|---|---|
olEnterFieldBehaviorSelectAll | 0 | The contents of the control are selected and any previous selection is ignored. |
olEnterFieldBehaviorRecallSelection | 1 | The previous selection is displayed. |