CurrentLocationSetMode Перечисление
Определение
Определяет, как было задано текущее расположение.Defines how the current location was set.
public enum class CurrentLocationSetMode
public enum class CurrentLocationSetMode
enum CurrentLocationSetMode
public enum CurrentLocationSetMode
type CurrentLocationSetMode =
Public Enum CurrentLocationSetMode
- Наследование
-
CurrentLocationSetMode
Поля
ByKeyboard | 0 | Текущее расположение было задано нажатием клавиши.The current location was set by pressing a key. |
ByMouse | 1 | Текущее расположение было задано наведением мыши.The current location was set by mouse hovering. |