MapFocusMode¶
Namespace: ThinkGeo.UI.Wpf
The enumeration specifies the focus mode that will be used for map to take focus. The default value is MouseEnterFocused.
public enum MapFocusMode
Inheritance Object → ValueType → Enum → MapFocusMode
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Default value (MouseEnterFocused) of the enumeration. |
| MouseEnterFocused | 1 | This item means that MapControl will take focus when the mouse enters the MapControl. |
| ManuallyFocused | 2 | This item means that the MapControl will only take focus when the mapControl.Focus() API is called. |