ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Enumeration –> The enumeration specifies the focus mode that will be used for map to take focus. The default value is MouseEnterFocused.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapFocusMode” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapFocusMode</a>
Name | Summary |
---|---|
Default | Default value (MouseEnterFocused) of the enumeration. |
MouseEnterFocused | This item means that MapControl will take focus when the mouse enters the MapControl. |
ManuallyFocused | This item means that the MapControl will only take focus when the mapControl.Focus() API is called. |