CurrentLocationSetMode 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.
Indicate how the CurrentLocation in a search control's popup was last set
public enum class CurrentLocationSetMode
public enum class CurrentLocationSetMode
enum CurrentLocationSetMode
public enum CurrentLocationSetMode
type CurrentLocationSetMode =
Public Enum CurrentLocationSetMode
- Inheritance
-
CurrentLocationSetMode
Fields
ByKeyboard | 0 | The current location was set by pressing a key. |
ByMouse | 1 | The current location was set by mouse hovering. |