====== ThinkGeo.MapSuite.DesktopEdition.MapFocusMode ====== {{section>upgrade_map_suite_to_10.0}} * //The enumeration specifies the focus mode that will be used for map to take focus. The default value is MouseEnterFocused.// == Remarks == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapFocusMode// == Items == **Default** * **Summary**:Default value (MouseEnterFocused) of the enumeration. **MouseEnterFocused** * **Summary**:This item means that MapControl will take focus when the mouse enters the MapControl. **ManuallyFocused** * **Summary**:This item means that the MapControl will only take focus when the mapControl.Focus() API is called.