This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.mapfocusmode [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.desktopedition.mapfocusmode [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.MapFocusMode ====== | ====== 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. | ||
- | <!-- Enumeration --> | + | **MouseEnterFocused** |
- | The enumeration specifies the focus mode that will be used for map to take focus. The default value is MouseEnterFocused. | + | * **Summary**:This item means that MapControl will take focus when the mouse enters the MapControl. |
- | === Remarks === | + | |
- | 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> | + | **ManuallyFocused** |
- | ===== Items ===== | + | * **Summary**:This item means that the MapControl will only take focus when the mapControl.Focus() API is called. |
- | ^ 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. | | + | |
- | __NOTOC__ | ||
- | [[Category:DesktopEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.DesktopEdition]] | ||