User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.winformsmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.winformsmap [2015/09/18 03:05]
admin
thinkgeo.mapsuite.desktopedition.winformsmap [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.DesktopEdition.WinformsMap ====== ====== ThinkGeo.MapSuite.DesktopEdition.WinformsMap ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 The Map Control used to develop a Winforms application. The Map Control used to develop a Winforms application.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 11: Line 14:
 ** {{wiki:​PublicMethod.gif|}} WinformsMap() ** ** {{wiki:​PublicMethod.gif|}} WinformsMap() **
  
-Constructor of the Winform MapControl.+  * //Constructor of the Winform MapControl.//
 == Remarks == == Remarks ==
-In this constructor,​ we will initialize some class modular variables and hook up some events.+  * //In this constructor,​ we will initialize some class modular variables and hook up some events.//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 20: Line 23:
 ** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​ScreenPointF) ** ** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​ScreenPointF) **
  
-This method will zoom out and center at the currentExtent.+  * //This method will zoom out and center at the currentExtent.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_ScreenPointF.29//​
  
 == Return Value == == Return Value ==
Line 40: Line 43:
 ** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double) ** ** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double) **
  
-This method will zoom the currentExtent to the targetScale.+  * //This method will zoom the currentExtent to the targetScale.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.29//​
  
 == Return Value == == Return Value ==
Line 56: Line 59:
 ** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double,​ScreenPointF) ** ** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double,​ScreenPointF) **
  
-This method will zoom the currentExtent to the new TargetScale with a given offset Screen Point.+  * //This method will zoom the currentExtent to the new TargetScale with a given offset Screen Point.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.2C_ScreenPointF.29//​
  
 == Return Value == == Return Value ==
Line 76: Line 79:
 ** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double,​Single,​Single) **
  
-This method will zoom the currentExtent to the new TargetScale with a given offset in screen coordinates.+  * //This method will zoom the currentExtent to the new TargetScale with a given offset in screen coordinates.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.2C_Single.2C_Single.29//​
  
 == Return Value == == Return Value ==
Line 100: Line 103:
 ** {{wiki:​PublicMethod.gif|}} Pan(Single,​Int32) ** ** {{wiki:​PublicMethod.gif|}} Pan(Single,​Int32) **
  
-This function will pan the currentExtent based on an angle and percentage.+  * //This function will pan the currentExtent based on an angle and percentage.//
 == Remarks == == Remarks ==
-This method will change the current extent by panning according to the angle and percentage specified.+  * //This method will change the current extent by panning according to the angle and percentage specified.//
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None.+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 120: Line 123:
 ** {{wiki:​PublicMethod.gif|}} Pan(PanDirection,​Int32) ** ** {{wiki:​PublicMethod.gif|}} Pan(PanDirection,​Int32) **
  
-This function will pan the currentExtent based on a direction and percentage.+  * //This function will pan the currentExtent based on a direction and percentage.//
 == Remarks == == Remarks ==
-This method will change the current extent by panning according to the direction and percentage specified.+  * //This method will change the current extent by panning according to the direction and percentage specified.//
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None.+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 140: Line 143:
 ** {{wiki:​PublicMethod.gif|}} CenterAt(Feature) ** ** {{wiki:​PublicMethod.gif|}} CenterAt(Feature) **
  
-This function will center the currentExtent based on the specified center feature.+  * //This function will center the currentExtent based on the specified center feature.//
 == Remarks == == Remarks ==
-This method will change the current extent by centering on the target centerFeature.+  * //This method will change the current extent by centering on the target centerFeature.//
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None.+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 156: Line 159:
 ** {{wiki:​PublicMethod.gif|}} CenterAt(Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} CenterAt(Single,​Single) **
  
-This function will center the currentExtent based on the specified screenX and screenY.+  * //This function will center the currentExtent based on the specified screenX and screenY.//
 == Remarks == == Remarks ==
-This method will change the current extent by centering on the screenX and screenY coordinates you provide.+  * //This method will change the current extent by centering on the screenX and screenY coordinates you provide.//
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None.+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 176: Line 179:
 ** {{wiki:​PublicMethod.gif|}} CenterAt(PointShape) ** ** {{wiki:​PublicMethod.gif|}} CenterAt(PointShape) **
  
-This function will center the currentExtent on the specified worldPoint.+  * //This function will center the currentExtent on the specified worldPoint.//
 == Remarks == == Remarks ==
-This method will change the current extent by centering on the worldPoint you provide.+  * //This method will change the current extent by centering on the worldPoint you provide.//
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None.+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 192: Line 195:
 ** {{wiki:​PublicMethod.gif|}} CenterAt(ScreenPointF) ** ** {{wiki:​PublicMethod.gif|}} CenterAt(ScreenPointF) **
  
-This function will center the currentExtent based on the specified screenPoint.+  * //This function will center the currentExtent based on the specified screenPoint.//
 == Remarks == == Remarks ==
-This method will change the current extent by centering on the screenPoint you provide.+  * //This method will change the current extent by centering on the screenPoint you provide.//
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None.+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 208: Line 211:
 ** {{wiki:​PublicMethod.gif|}} FindFeatureLayer(String) ** ** {{wiki:​PublicMethod.gif|}} FindFeatureLayer(String) **
  
-This method will search all overlays for a feature layer that has a given layer key.+  * //This method will search all overlays for a feature layer that has a given layer key.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindFeatureLayer.28String.29/​/
  
 == Return Value == == Return Value ==
Line 224: Line 227:
 ** {{wiki:​PublicMethod.gif|}} FindRasterLayer(String) ** ** {{wiki:​PublicMethod.gif|}} FindRasterLayer(String) **
  
-This method will search all overlays for a raster layer that has a given layer key.+  * //This method will search all overlays for a raster layer that has a given layer key.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindRasterLayer.28String.29/​/
  
 == Return Value == == Return Value ==
Line 240: Line 243:
 ** {{wiki:​PublicMethod.gif|}} ZoomToPreviousExtent() ** ** {{wiki:​PublicMethod.gif|}} ZoomToPreviousExtent() **
  
-Reverts the MapControl to the previous extent.+  * //Reverts the MapControl to the previous extent.//
 == Remarks == == Remarks ==
-The MapControl keeps track of all of its previous extents so you can go back one (or more) any time you want.+  * //The MapControl keeps track of all of its previous extents so you can go back one (or more) any time you want.//
  
 == Return Value == == Return Value ==
Line 252: Line 255:
 ** {{wiki:​PublicMethod.gif|}} ZoomToNextExtent() ** ** {{wiki:​PublicMethod.gif|}} ZoomToNextExtent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToNextExtent.28.29/​/
  
 == Return Value == == Return Value ==
Line 264: Line 267:
 ** {{wiki:​PublicMethod.gif|}} ToggleMapExtents() ** ** {{wiki:​PublicMethod.gif|}} ToggleMapExtents() **
  
-Switch the MapControl'​s CurrentExtent between the current and previous extent.+  * //Switch the MapControl'​s CurrentExtent between the current and previous extent.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ToggleMapExtents.28.29/​/
  
 == Return Value == == Return Value ==
Line 276: Line 279:
 ** {{wiki:​PublicMethod.gif|}} Refresh() ** ** {{wiki:​PublicMethod.gif|}} Refresh() **
  
-This API will refresh all of the overlays. This overload'​s logic is slightly different from other overloads in that it will clear the screen bitmaps and will not delete the tiles if they already exist. If you only want to refresh certain specified overlays, please use the other overloads and pass them into it.+  * //This API will refresh all of the overlays. This overload'​s logic is slightly different from other overloads in that it will clear the screen bitmaps and will not delete the tiles if they already exist. If you only want to refresh certain specified overlays, please use the other overloads and pass them into it.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28.29/​/
  
 == Return Value == == Return Value ==
Line 288: Line 291:
 ** {{wiki:​PublicMethod.gif|}} Refresh(Overlay) ** ** {{wiki:​PublicMethod.gif|}} Refresh(Overlay) **
  
-This API will refresh only one specified overlay. This overload has the same logic as the overloads that accept a group of overlays, but is different from overloads that do not accept parameters. It will delete any tiles that already exist for the specified overlay and will keep the screen bitmaps for other overlays.+  * //This API will refresh only one specified overlay. This overload has the same logic as the overloads that accept a group of overlays, but is different from overloads that do not accept parameters. It will delete any tiles that already exist for the specified overlay and will keep the screen bitmaps for other overlays.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28Overlay.29/​/
  
 == Return Value == == Return Value ==
Line 304: Line 307:
 ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) **
  
-This API will refresh only sepcified area.+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 320: Line 323:
 ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​Overlay) ** ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​Overlay) **
  
-This API will refresh only sepcified area for one specified overlay.+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28RectangleShape.2C_Overlay.29/​/
  
 == Return Value == == Return Value ==
Line 340: Line 343:
 ** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​Overlay>​) ** ** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​Overlay>​) **
  
-This API will refresh only the specified overlays. This overload has the same logic as the overloads that accept a single specified overlay, but is different from overloads that do not accept parameters. It will delete any tiles that already exist for the specified overlays and will keep the screen bitmaps for other overlays.+  * //This API will refresh only the specified overlays. This overload has the same logic as the overloads that accept a single specified overlay, but is different from overloads that do not accept parameters. It will delete any tiles that already exist for the specified overlays and will keep the screen bitmaps for other overlays.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 356: Line 359:
 ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​IEnumerable<​Overlay>​) ** ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​IEnumerable<​Overlay>​) **
  
-This API will refresh the specified Area for the specified overlays.+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 376: Line 379:
 ** {{wiki:​PublicMethod.gif|}} GetBitmap(Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} GetBitmap(Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetBitmap.28Single.2C_Single.29/​/
  
 == Return Value == == Return Value ==
Line 396: Line 399:
 ** {{wiki:​PublicMethod.gif|}} Dispose() ** ** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-Releases all resources used by the MapControl.+  * //Releases all resources used by the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28.29/​/
  
 == Return Value == == Return Value ==
Line 408: Line 411:
 ** {{wiki:​PublicMethod.gif|}} ZoomIn(Int32) ** ** {{wiki:​PublicMethod.gif|}} ZoomIn(Int32) **
  
-This method will zoom in the currentExtent by the percentage provided.+  * //This method will zoom in the currentExtent by the percentage provided.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIn.28Int32.29//​
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 424: Line 427:
 ** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​Feature) ** ** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​Feature) **
  
-This method will zoom in and center at the currentExtent.+  * //This method will zoom in and center at the currentExtent.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_Feature.29//​
  
 == Return Value == == Return Value ==
Line 444: Line 447:
 ** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​PointShape) ** ** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​PointShape) **
  
-This method will zoom in and center at the currentExtent.+  * //This method will zoom in and center at the currentExtent.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_PointShape.29//​
  
 == Return Value == == Return Value ==
Line 464: Line 467:
 ** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​Single,​Single) **
  
-This method will zoom in and center at the currentExtent.+  * //This method will zoom in and center at the currentExtent.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_Single.2C_Single.29//​
  
 == Return Value == == Return Value ==
Line 488: Line 491:
 ** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​ScreenPointF) ** ** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​ScreenPointF) **
  
-This method will zoom in and center at the currentExtent.+  * //This method will zoom in and center at the currentExtent.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_ScreenPointF.29//​
  
 == Return Value == == Return Value ==
Line 508: Line 511:
 ** {{wiki:​PublicMethod.gif|}} ZoomOut(Int32) ** ** {{wiki:​PublicMethod.gif|}} ZoomOut(Int32) **
  
-This method will zoom out the currentExtent by the percentage provided.+  * //This method will zoom out the currentExtent by the percentage provided.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOut.28Int32.29//​
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 524: Line 527:
 ** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​Feature) ** ** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​Feature) **
  
-This method will zoom out and center at the currentExtent.+  * //This method will zoom out and center at the currentExtent.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_Feature.29//​
  
 == Return Value == == Return Value ==
Line 544: Line 547:
 ** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​PointShape) ** ** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​PointShape) **
  
-This method will zoom out and center at the currentExtent.+  * //This method will zoom out and center at the currentExtent.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_PointShape.29//​
  
 == Return Value == == Return Value ==
Line 564: Line 567:
 ** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​Single,​Single) **
  
-This method will zoom out and center at the currentExtent.+  * //This method will zoom out and center at the currentExtent.//
 == Remarks == == Remarks ==
-None+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_Single.2C_Single.29//​
  
 == Return Value == == Return Value ==
Line 588: Line 591:
 ** {{wiki:​PublicMethod.gif|}} ResetBindings() ** ** {{wiki:​PublicMethod.gif|}} ResetBindings() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBindings.28.29/​/
  
 == Return Value == == Return Value ==
Line 600: Line 603:
 ** {{wiki:​PublicMethod.gif|}} GetPreferredSize(Size) ** ** {{wiki:​PublicMethod.gif|}} GetPreferredSize(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29/​/
  
 == Return Value == == Return Value ==
Line 616: Line 619:
 ** {{wiki:​PublicMethod.gif|}} BeginInvoke(Delegate) ** ** {{wiki:​PublicMethod.gif|}} BeginInvoke(Delegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BeginInvoke.28Delegate.29/​/
  
 == Return Value == == Return Value ==
Line 632: Line 635:
 ** {{wiki:​PublicMethod.gif|}} BeginInvoke(Delegate,​Object[]) ** ** {{wiki:​PublicMethod.gif|}} BeginInvoke(Delegate,​Object[]) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 652: Line 655:
 ** {{wiki:​PublicMethod.gif|}} BringToFront() ** ** {{wiki:​PublicMethod.gif|}} BringToFront() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BringToFront.28.29/​/
  
 == Return Value == == Return Value ==
Line 664: Line 667:
 ** {{wiki:​PublicMethod.gif|}} Contains(Control) ** ** {{wiki:​PublicMethod.gif|}} Contains(Control) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Contains.28Control.29/​/
  
 == Return Value == == Return Value ==
Line 680: Line 683:
 ** {{wiki:​PublicMethod.gif|}} CreateGraphics() ** ** {{wiki:​PublicMethod.gif|}} CreateGraphics() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateGraphics.28.29/​/
  
 == Return Value == == Return Value ==
Line 692: Line 695:
 ** {{wiki:​PublicMethod.gif|}} CreateControl() ** ** {{wiki:​PublicMethod.gif|}} CreateControl() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControl.28.29/​/
  
 == Return Value == == Return Value ==
Line 704: Line 707:
 ** {{wiki:​PublicMethod.gif|}} DoDragDrop(Object,​DragDropEffects) ** ** {{wiki:​PublicMethod.gif|}} DoDragDrop(Object,​DragDropEffects) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoDragDrop.28Object.2C_DragDropEffects.29/​/
  
 == Return Value == == Return Value ==
Line 724: Line 727:
 ** {{wiki:​PublicMethod.gif|}} DrawToBitmap(Bitmap,​Rectangle) ** ** {{wiki:​PublicMethod.gif|}} DrawToBitmap(Bitmap,​Rectangle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DrawToBitmap.28Bitmap.2C_Rectangle.29/​/
  
 == Return Value == == Return Value ==
Line 744: Line 747:
 ** {{wiki:​PublicMethod.gif|}} EndInvoke(IAsyncResult) ** ** {{wiki:​PublicMethod.gif|}} EndInvoke(IAsyncResult) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​EndInvoke.28IAsyncResult.29/​/
  
 == Return Value == == Return Value ==
Line 760: Line 763:
 ** {{wiki:​PublicMethod.gif|}} FindForm() ** ** {{wiki:​PublicMethod.gif|}} FindForm() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindForm.28.29/​/
  
 == Return Value == == Return Value ==
Line 772: Line 775:
 ** {{wiki:​PublicMethod.gif|}} Focus() ** ** {{wiki:​PublicMethod.gif|}} Focus() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Focus.28.29/​/
  
 == Return Value == == Return Value ==
Line 784: Line 787:
 ** {{wiki:​PublicMethod.gif|}} GetChildAtPoint(Point,​GetChildAtPointSkip) ** ** {{wiki:​PublicMethod.gif|}} GetChildAtPoint(Point,​GetChildAtPointSkip) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetChildAtPoint.28Point.2C_GetChildAtPointSkip.29/​/
  
 == Return Value == == Return Value ==
Line 804: Line 807:
 ** {{wiki:​PublicMethod.gif|}} GetChildAtPoint(Point) ** ** {{wiki:​PublicMethod.gif|}} GetChildAtPoint(Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetChildAtPoint.28Point.29/​/
  
 == Return Value == == Return Value ==
Line 820: Line 823:
 ** {{wiki:​PublicMethod.gif|}} GetContainerControl() ** ** {{wiki:​PublicMethod.gif|}} GetContainerControl() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetContainerControl.28.29/​/
  
 == Return Value == == Return Value ==
Line 832: Line 835:
 ** {{wiki:​PublicMethod.gif|}} GetNextControl(Control,​Boolean) ** ** {{wiki:​PublicMethod.gif|}} GetNextControl(Control,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetNextControl.28Control.2C_Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 852: Line 855:
 ** {{wiki:​PublicMethod.gif|}} Hide() ** ** {{wiki:​PublicMethod.gif|}} Hide() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Hide.28.29/​/
  
 == Return Value == == Return Value ==
Line 864: Line 867:
 ** {{wiki:​PublicMethod.gif|}} Invalidate(Region) ** ** {{wiki:​PublicMethod.gif|}} Invalidate(Region) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.29/​/
  
 == Return Value == == Return Value ==
Line 880: Line 883:
 ** {{wiki:​PublicMethod.gif|}} Invalidate(Region,​Boolean) ** ** {{wiki:​PublicMethod.gif|}} Invalidate(Region,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.2C_Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 900: Line 903:
 ** {{wiki:​PublicMethod.gif|}} Invalidate() ** ** {{wiki:​PublicMethod.gif|}} Invalidate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28.29/​/
  
 == Return Value == == Return Value ==
Line 912: Line 915:
 ** {{wiki:​PublicMethod.gif|}} Invalidate(Boolean) ** ** {{wiki:​PublicMethod.gif|}} Invalidate(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 928: Line 931:
 ** {{wiki:​PublicMethod.gif|}} Invalidate(Rectangle) ** ** {{wiki:​PublicMethod.gif|}} Invalidate(Rectangle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Rectangle.29/​/
  
 == Return Value == == Return Value ==
Line 944: Line 947:
 ** {{wiki:​PublicMethod.gif|}} Invalidate(Rectangle,​Boolean) ** ** {{wiki:​PublicMethod.gif|}} Invalidate(Rectangle,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Rectangle.2C_Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 964: Line 967:
 ** {{wiki:​PublicMethod.gif|}} Invoke(Delegate) ** ** {{wiki:​PublicMethod.gif|}} Invoke(Delegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BeginInvoke.28Delegate.29/​/
  
 == Return Value == == Return Value ==
Line 980: Line 983:
 ** {{wiki:​PublicMethod.gif|}} Invoke(Delegate,​Object[]) ** ** {{wiki:​PublicMethod.gif|}} Invoke(Delegate,​Object[]) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 1000: Line 1003:
 ** {{wiki:​PublicMethod.gif|}} PerformLayout() ** ** {{wiki:​PublicMethod.gif|}} PerformLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28.29/​/
  
 == Return Value == == Return Value ==
Line 1012: Line 1015:
 ** {{wiki:​PublicMethod.gif|}} PerformLayout(Control,​String) ** ** {{wiki:​PublicMethod.gif|}} PerformLayout(Control,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28Control.2C_String.29/​/
  
 == Return Value == == Return Value ==
Line 1032: Line 1035:
 ** {{wiki:​PublicMethod.gif|}} PointToClient(Point) ** ** {{wiki:​PublicMethod.gif|}} PointToClient(Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PointToClient.28Point.29/​/
  
 == Return Value == == Return Value ==
Line 1048: Line 1051:
 ** {{wiki:​PublicMethod.gif|}} PointToScreen(Point) ** ** {{wiki:​PublicMethod.gif|}} PointToScreen(Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PointToScreen.28Point.29/​/
  
 == Return Value == == Return Value ==
Line 1064: Line 1067:
 ** {{wiki:​PublicMethod.gif|}} PreProcessMessage(Message&​) ** ** {{wiki:​PublicMethod.gif|}} PreProcessMessage(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1080: Line 1083:
 ** {{wiki:​PublicMethod.gif|}} PreProcessControlMessage(Message&​) ** ** {{wiki:​PublicMethod.gif|}} PreProcessControlMessage(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1096: Line 1099:
 ** {{wiki:​PublicMethod.gif|}} ResetBackColor() ** ** {{wiki:​PublicMethod.gif|}} ResetBackColor() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBackColor.28.29/​/
  
 == Return Value == == Return Value ==
Line 1108: Line 1111:
 ** {{wiki:​PublicMethod.gif|}} ResetCursor() ** ** {{wiki:​PublicMethod.gif|}} ResetCursor() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetCursor.28.29/​/
  
 == Return Value == == Return Value ==
Line 1120: Line 1123:
 ** {{wiki:​PublicMethod.gif|}} ResetFont() ** ** {{wiki:​PublicMethod.gif|}} ResetFont() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetFont.28.29/​/
  
 == Return Value == == Return Value ==
Line 1132: Line 1135:
 ** {{wiki:​PublicMethod.gif|}} ResetForeColor() ** ** {{wiki:​PublicMethod.gif|}} ResetForeColor() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetForeColor.28.29/​/
  
 == Return Value == == Return Value ==
Line 1144: Line 1147:
 ** {{wiki:​PublicMethod.gif|}} ResetRightToLeft() ** ** {{wiki:​PublicMethod.gif|}} ResetRightToLeft() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29/​/
  
 == Return Value == == Return Value ==
Line 1156: Line 1159:
 ** {{wiki:​PublicMethod.gif|}} RectangleToClient(Rectangle) ** ** {{wiki:​PublicMethod.gif|}} RectangleToClient(Rectangle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RectangleToClient.28Rectangle.29/​/
  
 == Return Value == == Return Value ==
Line 1172: Line 1175:
 ** {{wiki:​PublicMethod.gif|}} RectangleToScreen(Rectangle) ** ** {{wiki:​PublicMethod.gif|}} RectangleToScreen(Rectangle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RectangleToScreen.28Rectangle.29/​/
  
 == Return Value == == Return Value ==
Line 1188: Line 1191:
 ** {{wiki:​PublicMethod.gif|}} ResetText() ** ** {{wiki:​PublicMethod.gif|}} ResetText() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetText.28.29/​/
  
 == Return Value == == Return Value ==
Line 1200: Line 1203:
 ** {{wiki:​PublicMethod.gif|}} ResumeLayout() ** ** {{wiki:​PublicMethod.gif|}} ResumeLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResumeLayout.28.29/​/
  
 == Return Value == == Return Value ==
Line 1212: Line 1215:
 ** {{wiki:​PublicMethod.gif|}} ResumeLayout(Boolean) ** ** {{wiki:​PublicMethod.gif|}} ResumeLayout(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResumeLayout.28Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 1228: Line 1231:
 ** {{wiki:​PublicMethod.gif|}} Scale(Single) ** ** {{wiki:​PublicMethod.gif|}} Scale(Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1244: Line 1247:
 ** {{wiki:​PublicMethod.gif|}} Scale(Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} Scale(Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1264: Line 1267:
 ** {{wiki:​PublicMethod.gif|}} Scale(SizeF) ** ** {{wiki:​PublicMethod.gif|}} Scale(SizeF) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Scale.28SizeF.29/​/
  
 == Return Value == == Return Value ==
Line 1280: Line 1283:
 ** {{wiki:​PublicMethod.gif|}} Select() ** ** {{wiki:​PublicMethod.gif|}} Select() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Select.28.29/​/
  
 == Return Value == == Return Value ==
Line 1292: Line 1295:
 ** {{wiki:​PublicMethod.gif|}} SelectNextControl(Control,​Boolean,​Boolean,​Boolean,​Boolean) ** ** {{wiki:​PublicMethod.gif|}} SelectNextControl(Control,​Boolean,​Boolean,​Boolean,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SelectNextControl.28Control.2C_Boolean.2C_Boolean.2C_Boolean.2C_Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 1324: Line 1327:
 ** {{wiki:​PublicMethod.gif|}} SendToBack() ** ** {{wiki:​PublicMethod.gif|}} SendToBack() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SendToBack.28.29/​/
  
 == Return Value == == Return Value ==
Line 1336: Line 1339:
 ** {{wiki:​PublicMethod.gif|}} SetBounds(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} SetBounds(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29/​/
  
 == Return Value == == Return Value ==
Line 1364: Line 1367:
 ** {{wiki:​PublicMethod.gif|}} SetBounds(Int32,​Int32,​Int32,​Int32,​BoundsSpecified) ** ** {{wiki:​PublicMethod.gif|}} SetBounds(Int32,​Int32,​Int32,​Int32,​BoundsSpecified) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_BoundsSpecified.29/​/
  
 == Return Value == == Return Value ==
Line 1396: Line 1399:
 ** {{wiki:​PublicMethod.gif|}} Show() ** ** {{wiki:​PublicMethod.gif|}} Show() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Show.28.29/​/
  
 == Return Value == == Return Value ==
Line 1408: Line 1411:
 ** {{wiki:​PublicMethod.gif|}} SuspendLayout() ** ** {{wiki:​PublicMethod.gif|}} SuspendLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SuspendLayout.28.29/​/
  
 == Return Value == == Return Value ==
Line 1420: Line 1423:
 ** {{wiki:​PublicMethod.gif|}} Update() ** ** {{wiki:​PublicMethod.gif|}} Update() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Update.28.29/​/
  
 == Return Value == == Return Value ==
Line 1432: Line 1435:
 ** {{wiki:​PublicMethod.gif|}} ResetImeMode() ** ** {{wiki:​PublicMethod.gif|}} ResetImeMode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetImeMode.28.29/​/
  
 == Return Value == == Return Value ==
Line 1444: Line 1447:
 ** {{wiki:​PublicMethod.gif|}} Dispose() ** ** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-Releases all resources used by the MapControl.+  * //Releases all resources used by the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28.29/​/
  
 == Return Value == == Return Value ==
Line 1456: Line 1459:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 1468: Line 1471:
 ** {{wiki:​PublicMethod.gif|}} GetLifetimeService() ** ** {{wiki:​PublicMethod.gif|}} GetLifetimeService() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetLifetimeService.28.29/​/
  
 == Return Value == == Return Value ==
Line 1480: Line 1483:
 ** {{wiki:​PublicMethod.gif|}} InitializeLifetimeService() ** ** {{wiki:​PublicMethod.gif|}} InitializeLifetimeService() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InitializeLifetimeService.28.29/​/
  
 == Return Value == == Return Value ==
Line 1492: Line 1495:
 ** {{wiki:​PublicMethod.gif|}} CreateObjRef(Type) ** ** {{wiki:​PublicMethod.gif|}} CreateObjRef(Type) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateObjRef.28Type.29/​/
  
 == Return Value == == Return Value ==
Line 1508: Line 1511:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 1524: Line 1527:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 1536: Line 1539:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 1548: Line 1551:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetVersion() ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetVersion() **
  
-This static method will be useful when you want to report a bug in a specified version of Map Suite. You can use it to tell ThinkGeo support which version you are trying to use.+  * //This static method will be useful when you want to report a bug in a specified version of Map Suite. You can use it to tell ThinkGeo support which version you are trying to use.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetVersion.28.29/​/
  
 == Return Value == == Return Value ==
Line 1561: Line 1564:
 ** {{wiki:​ProtectedMethod.gif|}} OnPaint(PaintEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPaint(PaintEventArgs) **
  
-This method overrides the OnPaint API of the Canvas which the WinformsMap Control inherits from.+  * //This method overrides the OnPaint API of the Canvas which the WinformsMap Control inherits from.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaint.28PaintEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1577: Line 1580:
 ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
  
-Releases the unmanaged resources used by the Map Control and its child controls. ​ Optionally, releases the managed resources as well.+  * //Releases the unmanaged resources used by the Map Control and its child controls. Optionally, releases the managed resources as well.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 1593: Line 1596:
 ** {{wiki:​ProtectedMethod.gif|}} OnMapClick(MapClickWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapClick(MapClickWinformsMapEventArgs) **
  
-This event is raised when clicking on the Map without any mouse movement (dragging).+  * //This event is raised when clicking on the Map without any mouse movement (dragging).//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMapClick.28MapClickWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1609: Line 1612:
 ** {{wiki:​ProtectedMethod.gif|}} OnOverlaysDrawing(OverlaysDrawingWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOverlaysDrawing(OverlaysDrawingWinformsMapEventArgs) **
  
-This event will be fired before the Overlays are drawn.+  * //This event will be fired before the Overlays are drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1625: Line 1628:
 ** {{wiki:​ProtectedMethod.gif|}} OnOverlaysDrawn(OverlaysDrawnWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOverlaysDrawn(OverlaysDrawnWinformsMapEventArgs) **
  
-This event will be fired after the Overlays have been drawn.+  * //This event will be fired after the Overlays have been drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1641: Line 1644:
 ** {{wiki:​ProtectedMethod.gif|}} OnOverlayDrawing(OverlayDrawingWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOverlayDrawing(OverlayDrawingWinformsMapEventArgs) **
  
-This event will be fired before the Overlay is drawn.+  * //This event will be fired before the Overlay is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawing.28OverlayDrawingWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1657: Line 1660:
 ** {{wiki:​ProtectedMethod.gif|}} OnOverlayDrawn(OverlayDrawnWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOverlayDrawn(OverlayDrawnWinformsMapEventArgs) **
  
-This event will be fired after the Overlay has been drawn.+  * //This event will be fired after the Overlay has been drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawn.28OverlayDrawnWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1673: Line 1676:
 ** {{wiki:​ProtectedMethod.gif|}} OnCurrentScaleChanged(CurrentScaleChangedWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnCurrentScaleChanged(CurrentScaleChangedWinformsMapEventArgs) **
  
-Raised when the CurrentScale of the map changes.+  * //Raised when the CurrentScale of the map changes.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanged.28CurrentScaleChangedWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1689: Line 1692:
 ** {{wiki:​ProtectedMethod.gif|}} OnCurrentExtentChanged(CurrentExtentChangedWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnCurrentExtentChanged(CurrentExtentChangedWinformsMapEventArgs) **
  
-Raised when the CurrentExtent of the map changes.+  * //Raised when the CurrentExtent of the map changes.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanged.28CurrentExtentChangedWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1705: Line 1708:
 ** {{wiki:​ProtectedMethod.gif|}} OnCurrentScaleChanging(CurrentScaleChangingWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnCurrentScaleChanging(CurrentScaleChangingWinformsMapEventArgs) **
  
-Raised before the CurrentScale of the map changes.+  * //Raised before the CurrentScale of the map changes.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1721: Line 1724:
 ** {{wiki:​ProtectedMethod.gif|}} OnCurrentExtentChanging(CurrentExtentChangingWinformsMapEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnCurrentExtentChanging(CurrentExtentChangingWinformsMapEventArgs) **
  
-Raised before the CurrentExtent of the map changes.+  * //Raised before the CurrentExtent of the map changes.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1737: Line 1740:
 ** {{wiki:​ProtectedMethod.gif|}} IsInputKey(Keys) ** ** {{wiki:​ProtectedMethod.gif|}} IsInputKey(Keys) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsInputKey.28Keys.29/​/
  
 == Return Value == == Return Value ==
Line 1753: Line 1756:
 ** {{wiki:​ProtectedMethod.gif|}} GetAccessibilityObjectById(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetAccessibilityObjectById(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAccessibilityObjectById.28Int32.29/​/
  
 == Return Value == == Return Value ==
Line 1769: Line 1772:
 ** {{wiki:​ProtectedMethod.gif|}} SetAutoSizeMode(AutoSizeMode) ** ** {{wiki:​ProtectedMethod.gif|}} SetAutoSizeMode(AutoSizeMode) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetAutoSizeMode.28AutoSizeMode.29/​/
  
 == Return Value == == Return Value ==
Line 1785: Line 1788:
 ** {{wiki:​ProtectedMethod.gif|}} GetAutoSizeMode() ** ** {{wiki:​ProtectedMethod.gif|}} GetAutoSizeMode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAutoSizeMode.28.29/​/
  
 == Return Value == == Return Value ==
Line 1797: Line 1800:
 ** {{wiki:​ProtectedMethod.gif|}} NotifyValidationResult(Object,​CancelEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} NotifyValidationResult(Object,​CancelEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1817: Line 1820:
 ** {{wiki:​ProtectedMethod.gif|}} ValidateActiveControl(Boolean&​) ** ** {{wiki:​ProtectedMethod.gif|}} ValidateActiveControl(Boolean&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1833: Line 1836:
 ** {{wiki:​ProtectedMethod.gif|}} GetPreferredSizeCore(Size) ** ** {{wiki:​ProtectedMethod.gif|}} GetPreferredSizeCore(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1849: Line 1852:
 ** {{wiki:​ProtectedMethod.gif|}} AddReflectChild() ** ** {{wiki:​ProtectedMethod.gif|}} AddReflectChild() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1861: Line 1864:
 ** {{wiki:​ProtectedMethod.gif|}} RemoveReflectChild() ** ** {{wiki:​ProtectedMethod.gif|}} RemoveReflectChild() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1873: Line 1876:
 ** {{wiki:​ProtectedMethod.gif|}} AccessibilityNotifyClients(AccessibleEvents,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} AccessibilityNotifyClients(AccessibleEvents,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1893: Line 1896:
 ** {{wiki:​ProtectedMethod.gif|}} AccessibilityNotifyClients(AccessibleEvents,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} AccessibilityNotifyClients(AccessibleEvents,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibilityNotifyClients.28AccessibleEvents.2C_Int32.2C_Int32.29/​/
  
 == Return Value == == Return Value ==
Line 1917: Line 1920:
 ** {{wiki:​ProtectedMethod.gif|}} AssignParent(Control) ** ** {{wiki:​ProtectedMethod.gif|}} AssignParent(Control) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1933: Line 1936:
 ** {{wiki:​ProtectedMethod.gif|}} BeginUpdateInternal() ** ** {{wiki:​ProtectedMethod.gif|}} BeginUpdateInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1945: Line 1948:
 ** {{wiki:​ProtectedMethod.gif|}} CanProcessMnemonic() ** ** {{wiki:​ProtectedMethod.gif|}} CanProcessMnemonic() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1957: Line 1960:
 ** {{wiki:​ProtectedMethod.gif|}} CanSelectCore() ** ** {{wiki:​ProtectedMethod.gif|}} CanSelectCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1969: Line 1972:
 ** {{wiki:​ProtectedMethod.gif|}} CreateAccessibilityInstance() ** ** {{wiki:​ProtectedMethod.gif|}} CreateAccessibilityInstance() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateAccessibilityInstance.28.29/​/
  
 == Return Value == == Return Value ==
Line 1981: Line 1984:
 ** {{wiki:​ProtectedMethod.gif|}} CreateControlsInstance() ** ** {{wiki:​ProtectedMethod.gif|}} CreateControlsInstance() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControlsInstance.28.29/​/
  
 == Return Value == == Return Value ==
Line 1993: Line 1996:
 ** {{wiki:​ProtectedMethod.gif|}} CreateGraphicsInternal() ** ** {{wiki:​ProtectedMethod.gif|}} CreateGraphicsInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2005: Line 2008:
 ** {{wiki:​ProtectedMethod.gif|}} CreateHandle() ** ** {{wiki:​ProtectedMethod.gif|}} CreateHandle() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateHandle.28.29/​/
  
 == Return Value == == Return Value ==
Line 2017: Line 2020:
 ** {{wiki:​ProtectedMethod.gif|}} CreateControl(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} CreateControl(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2033: Line 2036:
 ** {{wiki:​ProtectedMethod.gif|}} DefWndProc(Message&​) ** ** {{wiki:​ProtectedMethod.gif|}} DefWndProc(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2049: Line 2052:
 ** {{wiki:​ProtectedMethod.gif|}} DestroyHandle() ** ** {{wiki:​ProtectedMethod.gif|}} DestroyHandle() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DestroyHandle.28.29/​/
  
 == Return Value == == Return Value ==
Line 2061: Line 2064:
 ** {{wiki:​ProtectedMethod.gif|}} DisposeAxControls() ** ** {{wiki:​ProtectedMethod.gif|}} DisposeAxControls() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2073: Line 2076:
 ** {{wiki:​ProtectedMethod.gif|}} EndUpdateInternal() ** ** {{wiki:​ProtectedMethod.gif|}} EndUpdateInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2085: Line 2088:
 ** {{wiki:​ProtectedMethod.gif|}} EndUpdateInternal(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} EndUpdateInternal(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2101: Line 2104:
 ** {{wiki:​ProtectedMethod.gif|}} FindFormInternal() ** ** {{wiki:​ProtectedMethod.gif|}} FindFormInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2113: Line 2116:
 ** {{wiki:​ProtectedMethod.gif|}} GetTopLevel() ** ** {{wiki:​ProtectedMethod.gif|}} GetTopLevel() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetTopLevel.28.29/​/
  
 == Return Value == == Return Value ==
Line 2125: Line 2128:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseCreateHandleEvent(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseCreateHandleEvent(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2141: Line 2144:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseKeyEvent(Object,​KeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseKeyEvent(Object,​KeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseKeyEvent.28Object.2C_KeyEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2161: Line 2164:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseMouseEvent(Object,​MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseMouseEvent(Object,​MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseMouseEvent.28Object.2C_MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2181: Line 2184:
 ** {{wiki:​ProtectedMethod.gif|}} FocusInternal() ** ** {{wiki:​ProtectedMethod.gif|}} FocusInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2193: Line 2196:
 ** {{wiki:​ProtectedMethod.gif|}} ApplySizeConstraints(Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} ApplySizeConstraints(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2213: Line 2216:
 ** {{wiki:​ProtectedMethod.gif|}} ApplySizeConstraints(Size) ** ** {{wiki:​ProtectedMethod.gif|}} ApplySizeConstraints(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2229: Line 2232:
 ** {{wiki:​ProtectedMethod.gif|}} ApplyBoundsConstraints(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} ApplyBoundsConstraints(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2257: Line 2260:
 ** {{wiki:​ProtectedMethod.gif|}} IsUpdating() ** ** {{wiki:​ProtectedMethod.gif|}} IsUpdating() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2269: Line 2272:
 ** {{wiki:​ProtectedMethod.gif|}} GetContainerControlInternal() ** ** {{wiki:​ProtectedMethod.gif|}} GetContainerControlInternal() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2281: Line 2284:
 ** {{wiki:​ProtectedMethod.gif|}} GetHRgn(Region) ** ** {{wiki:​ProtectedMethod.gif|}} GetHRgn(Region) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2297: Line 2300:
 ** {{wiki:​ProtectedMethod.gif|}} GetScaledBounds(Rectangle,​SizeF,​BoundsSpecified) ** ** {{wiki:​ProtectedMethod.gif|}} GetScaledBounds(Rectangle,​SizeF,​BoundsSpecified) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetScaledBounds.28Rectangle.2C_SizeF.2C_BoundsSpecified.29/​/
  
 == Return Value == == Return Value ==
Line 2321: Line 2324:
 ** {{wiki:​ProtectedMethod.gif|}} GetVisibleCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetVisibleCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2333: Line 2336:
 ** {{wiki:​ProtectedMethod.gif|}} GetAnyDisposingInHierarchy() ** ** {{wiki:​ProtectedMethod.gif|}} GetAnyDisposingInHierarchy() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2345: Line 2348:
 ** {{wiki:​ProtectedMethod.gif|}} GetChildControlsInTabOrder(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} GetChildControlsInTabOrder(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2361: Line 2364:
 ** {{wiki:​ProtectedMethod.gif|}} GetFirstChildControlInTabOrder(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} GetFirstChildControlInTabOrder(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2377: Line 2380:
 ** {{wiki:​ProtectedMethod.gif|}} GetState(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetState(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2393: Line 2396:
 ** {{wiki:​ProtectedMethod.gif|}} GetStyle(ControlStyles) ** ** {{wiki:​ProtectedMethod.gif|}} GetStyle(ControlStyles) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetStyle.28ControlStyles.29/​/
  
 == Return Value == == Return Value ==
Line 2409: Line 2412:
 ** {{wiki:​ProtectedMethod.gif|}} InitLayout() ** ** {{wiki:​ProtectedMethod.gif|}} InitLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InitLayout.28.29/​/
  
 == Return Value == == Return Value ==
Line 2421: Line 2424:
 ** {{wiki:​ProtectedMethod.gif|}} InitializeDCForWmCtlColor(IntPtr,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} InitializeDCForWmCtlColor(IntPtr,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2441: Line 2444:
 ** {{wiki:​ProtectedMethod.gif|}} InvokePaint(Control,​PaintEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} InvokePaint(Control,​PaintEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaint.28Control.2C_PaintEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2461: Line 2464:
 ** {{wiki:​ProtectedMethod.gif|}} InvokePaintBackground(Control,​PaintEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} InvokePaintBackground(Control,​PaintEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaintBackground.28Control.2C_PaintEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2481: Line 2484:
 ** {{wiki:​ProtectedMethod.gif|}} IsFontSet() ** ** {{wiki:​ProtectedMethod.gif|}} IsFontSet() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2493: Line 2496:
 ** {{wiki:​ProtectedMethod.gif|}} IsDescendant(Control) ** ** {{wiki:​ProtectedMethod.gif|}} IsDescendant(Control) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2509: Line 2512:
 ** {{wiki:​ProtectedMethod.gif|}} IsInputChar(Char) ** ** {{wiki:​ProtectedMethod.gif|}} IsInputChar(Char) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsInputChar.28Char.29/​/
  
 == Return Value == == Return Value ==
Line 2525: Line 2528:
 ** {{wiki:​ProtectedMethod.gif|}} NotifyEnter() ** ** {{wiki:​ProtectedMethod.gif|}} NotifyEnter() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2537: Line 2540:
 ** {{wiki:​ProtectedMethod.gif|}} NotifyLeave() ** ** {{wiki:​ProtectedMethod.gif|}} NotifyLeave() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2549: Line 2552:
 ** {{wiki:​ProtectedMethod.gif|}} NotifyInvalidate(Rectangle) ** ** {{wiki:​ProtectedMethod.gif|}} NotifyInvalidate(Rectangle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​NotifyInvalidate.28Rectangle.29/​/
  
 == Return Value == == Return Value ==
Line 2565: Line 2568:
 ** {{wiki:​ProtectedMethod.gif|}} InvokeOnClick(Control,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} InvokeOnClick(Control,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeOnClick.28Control.2C_EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2585: Line 2588:
 ** {{wiki:​ProtectedMethod.gif|}} OnAutoSizeChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnAutoSizeChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2601: Line 2604:
 ** {{wiki:​ProtectedMethod.gif|}} OnBackColorChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnBackColorChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackColorChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2617: Line 2620:
 ** {{wiki:​ProtectedMethod.gif|}} OnBackgroundImageChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnBackgroundImageChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2633: Line 2636:
 ** {{wiki:​ProtectedMethod.gif|}} OnBackgroundImageLayoutChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnBackgroundImageLayoutChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2649: Line 2652:
 ** {{wiki:​ProtectedMethod.gif|}} OnBindingContextChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnBindingContextChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2665: Line 2668:
 ** {{wiki:​ProtectedMethod.gif|}} OnCausesValidationChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnCausesValidationChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2681: Line 2684:
 ** {{wiki:​ProtectedMethod.gif|}} OnChildLayoutResuming(Control,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} OnChildLayoutResuming(Control,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2701: Line 2704:
 ** {{wiki:​ProtectedMethod.gif|}} OnContextMenuChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnContextMenuChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2717: Line 2720:
 ** {{wiki:​ProtectedMethod.gif|}} OnContextMenuStripChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnContextMenuStripChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2733: Line 2736:
 ** {{wiki:​ProtectedMethod.gif|}} OnCursorChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnCursorChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCursorChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2749: Line 2752:
 ** {{wiki:​ProtectedMethod.gif|}} OnDockChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDockChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2765: Line 2768:
 ** {{wiki:​ProtectedMethod.gif|}} OnEnabledChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnEnabledChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2781: Line 2784:
 ** {{wiki:​ProtectedMethod.gif|}} OnFrameWindowActivate(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} OnFrameWindowActivate(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2797: Line 2800:
 ** {{wiki:​ProtectedMethod.gif|}} OnFontChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnFontChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnFontChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2813: Line 2816:
 ** {{wiki:​ProtectedMethod.gif|}} OnForeColorChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnForeColorChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnForeColorChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2829: Line 2832:
 ** {{wiki:​ProtectedMethod.gif|}} OnRightToLeftChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRightToLeftChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRightToLeftChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2845: Line 2848:
 ** {{wiki:​ProtectedMethod.gif|}} OnNotifyMessage(Message) ** ** {{wiki:​ProtectedMethod.gif|}} OnNotifyMessage(Message) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnNotifyMessage.28Message.29/​/
  
 == Return Value == == Return Value ==
Line 2861: Line 2864:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentBackColorChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentBackColorChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackColorChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2877: Line 2880:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentBackgroundImageChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentBackgroundImageChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackgroundImageChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2893: Line 2896:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentBindingContextChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentBindingContextChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBindingContextChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2909: Line 2912:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentCursorChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentCursorChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentCursorChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2925: Line 2928:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentEnabledChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentEnabledChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentEnabledChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2941: Line 2944:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentFontChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentFontChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentFontChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2957: Line 2960:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentHandleRecreated() ** ** {{wiki:​ProtectedMethod.gif|}} OnParentHandleRecreated() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2969: Line 2972:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentHandleRecreating() ** ** {{wiki:​ProtectedMethod.gif|}} OnParentHandleRecreating() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2981: Line 2984:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentForeColorChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentForeColorChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentForeColorChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 2997: Line 3000:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentRightToLeftChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentRightToLeftChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentRightToLeftChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3013: Line 3016:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentVisibleChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentVisibleChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3029: Line 3032:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentBecameInvisible() ** ** {{wiki:​ProtectedMethod.gif|}} OnParentBecameInvisible() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3041: Line 3044:
 ** {{wiki:​ProtectedMethod.gif|}} OnPrint(PaintEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPrint(PaintEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPrint.28PaintEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3057: Line 3060:
 ** {{wiki:​ProtectedMethod.gif|}} OnTabIndexChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTabIndexChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3073: Line 3076:
 ** {{wiki:​ProtectedMethod.gif|}} OnTabStopChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTabStopChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3089: Line 3092:
 ** {{wiki:​ProtectedMethod.gif|}} OnTextChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTextChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTextChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3105: Line 3108:
 ** {{wiki:​ProtectedMethod.gif|}} OnVisibleChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnVisibleChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnVisibleChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3121: Line 3124:
 ** {{wiki:​ProtectedMethod.gif|}} OnTopMostActiveXParentChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnTopMostActiveXParentChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3137: Line 3140:
 ** {{wiki:​ProtectedMethod.gif|}} OnParentChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnParentChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3153: Line 3156:
 ** {{wiki:​ProtectedMethod.gif|}} OnClick(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnClick(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClick.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3169: Line 3172:
 ** {{wiki:​ProtectedMethod.gif|}} OnClientSizeChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnClientSizeChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3185: Line 3188:
 ** {{wiki:​ProtectedMethod.gif|}} OnControlAdded(ControlEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnControlAdded(ControlEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlAdded.28ControlEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3201: Line 3204:
 ** {{wiki:​ProtectedMethod.gif|}} OnControlRemoved(ControlEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnControlRemoved(ControlEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlRemoved.28ControlEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3217: Line 3220:
 ** {{wiki:​ProtectedMethod.gif|}} OnCreateControl() ** ** {{wiki:​ProtectedMethod.gif|}} OnCreateControl() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCreateControl.28.29/​/
  
 == Return Value == == Return Value ==
Line 3229: Line 3232:
 ** {{wiki:​ProtectedMethod.gif|}} OnHandleCreated(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnHandleCreated(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3245: Line 3248:
 ** {{wiki:​ProtectedMethod.gif|}} OnInvokedSetScrollPosition(Object,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnInvokedSetScrollPosition(Object,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3265: Line 3268:
 ** {{wiki:​ProtectedMethod.gif|}} OnLocationChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLocationChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3281: Line 3284:
 ** {{wiki:​ProtectedMethod.gif|}} OnHandleDestroyed(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnHandleDestroyed(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleDestroyed.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3297: Line 3300:
 ** {{wiki:​ProtectedMethod.gif|}} OnDoubleClick(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDoubleClick(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDoubleClick.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3313: Line 3316:
 ** {{wiki:​ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3329: Line 3332:
 ** {{wiki:​ProtectedMethod.gif|}} OnDragOver(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDragOver(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragOver.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3345: Line 3348:
 ** {{wiki:​ProtectedMethod.gif|}} OnDragLeave(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDragLeave(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3361: Line 3364:
 ** {{wiki:​ProtectedMethod.gif|}} OnDragDrop(DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDragDrop(DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragDrop.28DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3377: Line 3380:
 ** {{wiki:​ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGiveFeedback.28GiveFeedbackEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3393: Line 3396:
 ** {{wiki:​ProtectedMethod.gif|}} OnEnter(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnEnter(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnter.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3409: Line 3412:
 ** {{wiki:​ProtectedMethod.gif|}} InvokeGotFocus(Control,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} InvokeGotFocus(Control,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeGotFocus.28Control.2C_EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3429: Line 3432:
 ** {{wiki:​ProtectedMethod.gif|}} OnGotFocus(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnGotFocus(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGotFocus.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3445: Line 3448:
 ** {{wiki:​ProtectedMethod.gif|}} OnHelpRequested(HelpEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnHelpRequested(HelpEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHelpRequested.28HelpEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3461: Line 3464:
 ** {{wiki:​ProtectedMethod.gif|}} OnInvalidated(InvalidateEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnInvalidated(InvalidateEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnInvalidated.28InvalidateEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3477: Line 3480:
 ** {{wiki:​ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyDown.28KeyEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3493: Line 3496:
 ** {{wiki:​ProtectedMethod.gif|}} OnKeyPress(KeyPressEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnKeyPress(KeyPressEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyPress.28KeyPressEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3509: Line 3512:
 ** {{wiki:​ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyUp.28KeyEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3525: Line 3528:
 ** {{wiki:​ProtectedMethod.gif|}} OnLayout(LayoutEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLayout(LayoutEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLayout.28LayoutEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3541: Line 3544:
 ** {{wiki:​ProtectedMethod.gif|}} OnLayoutResuming(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} OnLayoutResuming(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3557: Line 3560:
 ** {{wiki:​ProtectedMethod.gif|}} OnLayoutSuspended() ** ** {{wiki:​ProtectedMethod.gif|}} OnLayoutSuspended() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3569: Line 3572:
 ** {{wiki:​ProtectedMethod.gif|}} OnLeave(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLeave(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLeave.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3585: Line 3588:
 ** {{wiki:​ProtectedMethod.gif|}} InvokeLostFocus(Control,​EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} InvokeLostFocus(Control,​EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeLostFocus.28Control.2C_EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3605: Line 3608:
 ** {{wiki:​ProtectedMethod.gif|}} OnLostFocus(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnLostFocus(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLostFocus.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3621: Line 3624:
 ** {{wiki:​ProtectedMethod.gif|}} OnMarginChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMarginChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3637: Line 3640:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseDoubleClick(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseDoubleClick(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDoubleClick.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3653: Line 3656:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseClick(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseClick(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseClick.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3669: Line 3672:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseCaptureChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseCaptureChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3685: Line 3688:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseDown(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseDown(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDown.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3701: Line 3704:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseEnter(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseEnter(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseEnter.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3717: Line 3720:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseLeave(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseLeave(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseLeave.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3733: Line 3736:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseHover(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseHover(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseHover.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3749: Line 3752:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3765: Line 3768:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseUp(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseUp(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseUp.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3781: Line 3784:
 ** {{wiki:​ProtectedMethod.gif|}} OnMouseWheel(MouseEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMouseWheel(MouseEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseWheel.28MouseEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3797: Line 3800:
 ** {{wiki:​ProtectedMethod.gif|}} OnMove(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMove(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMove.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3813: Line 3816:
 ** {{wiki:​ProtectedMethod.gif|}} OnPaddingChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPaddingChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3829: Line 3832:
 ** {{wiki:​ProtectedMethod.gif|}} OnPaintBackground(PaintEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPaintBackground(PaintEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaintBackground.28PaintEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3845: Line 3848:
 ** {{wiki:​ProtectedMethod.gif|}} OnQueryContinueDrag(QueryContinueDragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnQueryContinueDrag(QueryContinueDragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnQueryContinueDrag.28QueryContinueDragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3861: Line 3864:
 ** {{wiki:​ProtectedMethod.gif|}} OnRegionChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRegionChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRegionChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3877: Line 3880:
 ** {{wiki:​ProtectedMethod.gif|}} OnResize(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnResize(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnResize.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3893: Line 3896:
 ** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyDown(PreviewKeyDownEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyDown(PreviewKeyDownEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPreviewKeyDown.28PreviewKeyDownEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3909: Line 3912:
 ** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSizeChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3925: Line 3928:
 ** {{wiki:​ProtectedMethod.gif|}} OnChangeUICues(UICuesEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnChangeUICues(UICuesEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnChangeUICues.28UICuesEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3941: Line 3944:
 ** {{wiki:​ProtectedMethod.gif|}} OnStyleChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStyleChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnStyleChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3957: Line 3960:
 ** {{wiki:​ProtectedMethod.gif|}} OnSystemColorsChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnSystemColorsChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSystemColorsChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3973: Line 3976:
 ** {{wiki:​ProtectedMethod.gif|}} OnValidating(CancelEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnValidating(CancelEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidating.28CancelEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 3989: Line 3992:
 ** {{wiki:​ProtectedMethod.gif|}} OnValidated(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnValidated(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidated.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4005: Line 4008:
 ** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle) ** ** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4025: Line 4028:
 ** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle,​Color) ** ** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle,​Color) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4049: Line 4052:
 ** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle,​Color,​Point) ** ** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle,​Color,​Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4077: Line 4080:
 ** {{wiki:​ProtectedMethod.gif|}} PaintTransparentBackground(PaintEventArgs,​Rectangle) ** ** {{wiki:​ProtectedMethod.gif|}} PaintTransparentBackground(PaintEventArgs,​Rectangle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4097: Line 4100:
 ** {{wiki:​ProtectedMethod.gif|}} PaintTransparentBackground(PaintEventArgs,​Rectangle,​Region) ** ** {{wiki:​ProtectedMethod.gif|}} PaintTransparentBackground(PaintEventArgs,​Rectangle,​Region) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4121: Line 4124:
 ** {{wiki:​ProtectedMethod.gif|}} PerformLayout(LayoutEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} PerformLayout(LayoutEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4137: Line 4140:
 ** {{wiki:​ProtectedMethod.gif|}} PerformControlValidation(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} PerformControlValidation(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4153: Line 4156:
 ** {{wiki:​ProtectedMethod.gif|}} PerformContainerValidation(ValidationConstraints) ** ** {{wiki:​ProtectedMethod.gif|}} PerformContainerValidation(ValidationConstraints) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4169: Line 4172:
 ** {{wiki:​ProtectedMethod.gif|}} PointToClientInternal(Point) ** ** {{wiki:​ProtectedMethod.gif|}} PointToClientInternal(Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4185: Line 4188:
 ** {{wiki:​ProtectedMethod.gif|}} ProcessCmdKey(Message&,​Keys) ** ** {{wiki:​ProtectedMethod.gif|}} ProcessCmdKey(Message&,​Keys) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4205: Line 4208:
 ** {{wiki:​ProtectedMethod.gif|}} PrintToMetaFileRecursive(HandleRef,​IntPtr,​Rectangle) ** ** {{wiki:​ProtectedMethod.gif|}} PrintToMetaFileRecursive(HandleRef,​IntPtr,​Rectangle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4229: Line 4232:
 ** {{wiki:​ProtectedMethod.gif|}} ProcessDialogChar(Char) ** ** {{wiki:​ProtectedMethod.gif|}} ProcessDialogChar(Char) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProcessDialogChar.28Char.29/​/
  
 == Return Value == == Return Value ==
Line 4245: Line 4248:
 ** {{wiki:​ProtectedMethod.gif|}} ProcessDialogKey(Keys) ** ** {{wiki:​ProtectedMethod.gif|}} ProcessDialogKey(Keys) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProcessDialogKey.28Keys.29/​/
  
 == Return Value == == Return Value ==
Line 4261: Line 4264:
 ** {{wiki:​ProtectedMethod.gif|}} ProcessKeyEventArgs(Message&​) ** ** {{wiki:​ProtectedMethod.gif|}} ProcessKeyEventArgs(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4277: Line 4280:
 ** {{wiki:​ProtectedMethod.gif|}} ProcessKeyMessage(Message&​) ** ** {{wiki:​ProtectedMethod.gif|}} ProcessKeyMessage(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4293: Line 4296:
 ** {{wiki:​ProtectedMethod.gif|}} ProcessKeyPreview(Message&​) ** ** {{wiki:​ProtectedMethod.gif|}} ProcessKeyPreview(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4309: Line 4312:
 ** {{wiki:​ProtectedMethod.gif|}} ProcessMnemonic(Char) ** ** {{wiki:​ProtectedMethod.gif|}} ProcessMnemonic(Char) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4325: Line 4328:
 ** {{wiki:​ProtectedMethod.gif|}} ProcessUICues(Message&​) ** ** {{wiki:​ProtectedMethod.gif|}} ProcessUICues(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4341: Line 4344:
 ** {{wiki:​ProtectedMethod.gif|}} RaiseDragEvent(Object,​DragEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaiseDragEvent(Object,​DragEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseDragEvent.28Object.2C_DragEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4361: Line 4364:
 ** {{wiki:​ProtectedMethod.gif|}} RaisePaintEvent(Object,​PaintEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} RaisePaintEvent(Object,​PaintEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaisePaintEvent.28Object.2C_PaintEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 4381: Line 4384:
 ** {{wiki:​ProtectedMethod.gif|}} RecreateHandle() ** ** {{wiki:​ProtectedMethod.gif|}} RecreateHandle() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RecreateHandle.28.29/​/
  
 == Return Value == == Return Value ==
Line 4393: Line 4396:
 ** {{wiki:​ProtectedMethod.gif|}} RecreateHandleCore() ** ** {{wiki:​ProtectedMethod.gif|}} RecreateHandleCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4405: Line 4408:
 ** {{wiki:​ProtectedMethod.gif|}} ResetMouseEventArgs() ** ** {{wiki:​ProtectedMethod.gif|}} ResetMouseEventArgs() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetMouseEventArgs.28.29/​/
  
 == Return Value == == Return Value ==
Line 4417: Line 4420:
 ** {{wiki:​ProtectedMethod.gif|}} SetAcceptDrops(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetAcceptDrops(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4433: Line 4436:
 ** {{wiki:​ProtectedMethod.gif|}} Scale(SizeF,​SizeF,​Control) ** ** {{wiki:​ProtectedMethod.gif|}} Scale(SizeF,​SizeF,​Control) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4457: Line 4460:
 ** {{wiki:​ProtectedMethod.gif|}} ScaleChildControls(SizeF,​SizeF,​Control) ** ** {{wiki:​ProtectedMethod.gif|}} ScaleChildControls(SizeF,​SizeF,​Control) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4481: Line 4484:
 ** {{wiki:​ProtectedMethod.gif|}} ScaleControl(SizeF,​SizeF,​Control) ** ** {{wiki:​ProtectedMethod.gif|}} ScaleControl(SizeF,​SizeF,​Control) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4505: Line 4508:
 ** {{wiki:​ProtectedMethod.gif|}} ScaleControl(SizeF,​BoundsSpecified) ** ** {{wiki:​ProtectedMethod.gif|}} ScaleControl(SizeF,​BoundsSpecified) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleControl.28SizeF.2C_BoundsSpecified.29/​/
  
 == Return Value == == Return Value ==
Line 4525: Line 4528:
 ** {{wiki:​ProtectedMethod.gif|}} ScaleCore(Single,​Single) ** ** {{wiki:​ProtectedMethod.gif|}} ScaleCore(Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleCore.28Single.2C_Single.29/​/
  
 == Return Value == == Return Value ==
Line 4545: Line 4548:
 ** {{wiki:​ProtectedMethod.gif|}} ScaleSize(Size,​Single,​Single) ** ** {{wiki:​ProtectedMethod.gif|}} ScaleSize(Size,​Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4569: Line 4572:
 ** {{wiki:​ProtectedMethod.gif|}} Select(Boolean,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} Select(Boolean,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Select.28Boolean.2C_Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 4589: Line 4592:
 ** {{wiki:​ProtectedMethod.gif|}} SelectNextControlInternal(Control,​Boolean,​Boolean,​Boolean,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SelectNextControlInternal(Control,​Boolean,​Boolean,​Boolean,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4621: Line 4624:
 ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4645: Line 4648:
 ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32&,​Int32&​) ** ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32&,​Int32&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4669: Line 4672:
 ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​IntPtr) ** ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​IntPtr) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4693: Line 4696:
 ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​IntPtr,​IntPtr) ** ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​IntPtr,​IntPtr) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4717: Line 4720:
 ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​IntPtr,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​IntPtr,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4741: Line 4744:
 ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​RECT&​) ** ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​RECT&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4765: Line 4768:
 ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Boolean,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Boolean,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4789: Line 4792:
 ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​String) ** ** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4813: Line 4816:
 ** {{wiki:​ProtectedMethod.gif|}} SetBoundsCore(Int32,​Int32,​Int32,​Int32,​BoundsSpecified) ** ** {{wiki:​ProtectedMethod.gif|}} SetBoundsCore(Int32,​Int32,​Int32,​Int32,​BoundsSpecified) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBoundsCore.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_BoundsSpecified.29/​/
  
 == Return Value == == Return Value ==
Line 4845: Line 4848:
 ** {{wiki:​ProtectedMethod.gif|}} SetClientSizeCore(Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} SetClientSizeCore(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetClientSizeCore.28Int32.2C_Int32.29/​/
  
 == Return Value == == Return Value ==
Line 4865: Line 4868:
 ** {{wiki:​ProtectedMethod.gif|}} SizeFromClientSize(Size) ** ** {{wiki:​ProtectedMethod.gif|}} SizeFromClientSize(Size) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SizeFromClientSize.28Size.29/​/
  
 == Return Value == == Return Value ==
Line 4881: Line 4884:
 ** {{wiki:​ProtectedMethod.gif|}} SizeFromClientSize(Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} SizeFromClientSize(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4901: Line 4904:
 ** {{wiki:​ProtectedMethod.gif|}} SetState(Int32,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetState(Int32,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4921: Line 4924:
 ** {{wiki:​ProtectedMethod.gif|}} SetState2(Int32,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetState2(Int32,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4941: Line 4944:
 ** {{wiki:​ProtectedMethod.gif|}} SetStyle(ControlStyles,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetStyle(ControlStyles,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetStyle.28ControlStyles.2C_Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 4961: Line 4964:
 ** {{wiki:​ProtectedMethod.gif|}} SetTopLevel(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetTopLevel(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetTopLevel.28Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 4977: Line 4980:
 ** {{wiki:​ProtectedMethod.gif|}} SetTopLevelInternal(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetTopLevelInternal(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4993: Line 4996:
 ** {{wiki:​ProtectedMethod.gif|}} SetVisibleCore(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetVisibleCore(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetVisibleCore.28Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 5009: Line 5012:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldPerformContainerValidation() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldPerformContainerValidation() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5021: Line 5024:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeBackColor() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeBackColor() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5033: Line 5036:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeCursor() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeCursor() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5045: Line 5048:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeForeColor() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeForeColor() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5057: Line 5060:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeFont() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeFont() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5069: Line 5072:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeRightToLeft() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeRightToLeft() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5081: Line 5084:
 ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(HorizontalAlignment) ** ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(HorizontalAlignment) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28HorizontalAlignment.29/​/
  
 == Return Value == == Return Value ==
Line 5097: Line 5100:
 ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(LeftRightAlignment) ** ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(LeftRightAlignment) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28LeftRightAlignment.29/​/
  
 == Return Value == == Return Value ==
Line 5113: Line 5116:
 ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(ContentAlignment) ** ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(ContentAlignment) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28ContentAlignment.29/​/
  
 == Return Value == == Return Value ==
Line 5129: Line 5132:
 ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateHorizontal(HorizontalAlignment) ** ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateHorizontal(HorizontalAlignment) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateHorizontal.28HorizontalAlignment.29/​/
  
 == Return Value == == Return Value ==
Line 5145: Line 5148:
 ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateLeftRight(LeftRightAlignment) ** ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateLeftRight(LeftRightAlignment) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateLeftRight.28LeftRightAlignment.29/​/
  
 == Return Value == == Return Value ==
Line 5161: Line 5164:
 ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateContent(ContentAlignment) ** ** {{wiki:​ProtectedMethod.gif|}} RtlTranslateContent(ContentAlignment) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5177: Line 5180:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMargin() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMargin() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5189: Line 5192:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMaximumSize() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMaximumSize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5201: Line 5204:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMinimumSize() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMinimumSize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5213: Line 5216:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializePadding() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializePadding() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5225: Line 5228:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeSize() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeSize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5237: Line 5240:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeText() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeText() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5249: Line 5252:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateBounds() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateBounds() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5261: Line 5264:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateBounds(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} UpdateBounds(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29/​/
  
 == Return Value == == Return Value ==
Line 5289: Line 5292:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateBounds(Int32,​Int32,​Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} UpdateBounds(Int32,​Int32,​Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_Int32.2C_Int32.29/​/
  
 == Return Value == == Return Value ==
Line 5325: Line 5328:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateZOrder() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateZOrder() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateZOrder.28.29/​/
  
 == Return Value == == Return Value ==
Line 5337: Line 5340:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateStyles() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateStyles() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateStyles.28.29/​/
  
 == Return Value == == Return Value ==
Line 5349: Line 5352:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateStylesCore() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateStylesCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5361: Line 5364:
 ** {{wiki:​ProtectedMethod.gif|}} OnBoundsUpdate(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} OnBoundsUpdate(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5389: Line 5392:
 ** {{wiki:​ProtectedMethod.gif|}} WindowAssignHandle(IntPtr,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} WindowAssignHandle(IntPtr,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5409: Line 5412:
 ** {{wiki:​ProtectedMethod.gif|}} WindowReleaseHandle() ** ** {{wiki:​ProtectedMethod.gif|}} WindowReleaseHandle() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5421: Line 5424:
 ** {{wiki:​ProtectedMethod.gif|}} WmContextMenu(Message&​) ** ** {{wiki:​ProtectedMethod.gif|}} WmContextMenu(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5437: Line 5440:
 ** {{wiki:​ProtectedMethod.gif|}} WmContextMenu(Message&,​Control) ** ** {{wiki:​ProtectedMethod.gif|}} WmContextMenu(Message&,​Control) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5457: Line 5460:
 ** {{wiki:​ProtectedMethod.gif|}} WndProc(Message&​) ** ** {{wiki:​ProtectedMethod.gif|}} WndProc(Message&​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5473: Line 5476:
 ** {{wiki:​ProtectedMethod.gif|}} UpdateImeContextMode() ** ** {{wiki:​ProtectedMethod.gif|}} UpdateImeContextMode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5485: Line 5488:
 ** {{wiki:​ProtectedMethod.gif|}} VerifyImeRestrictedModeChanged() ** ** {{wiki:​ProtectedMethod.gif|}} VerifyImeRestrictedModeChanged() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5497: Line 5500:
 ** {{wiki:​ProtectedMethod.gif|}} OnImeContextStatusChanged(IntPtr) ** ** {{wiki:​ProtectedMethod.gif|}} OnImeContextStatusChanged(IntPtr) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5513: Line 5516:
 ** {{wiki:​ProtectedMethod.gif|}} OnImeModeChanged(EventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnImeModeChanged(EventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnImeModeChanged.28EventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 5529: Line 5532:
 ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeImeMode() ** ** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeImeMode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5541: Line 5544:
 ** {{wiki:​ProtectedMethod.gif|}} WmImeSetFocus() ** ** {{wiki:​ProtectedMethod.gif|}} WmImeSetFocus() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5553: Line 5556:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 5565: Line 5568:
 ** {{wiki:​ProtectedMethod.gif|}} GetService(Type) ** ** {{wiki:​ProtectedMethod.gif|}} GetService(Type) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetService.28Type.29/​/
  
 == Return Value == == Return Value ==
Line 5581: Line 5584:
 ** {{wiki:​ProtectedMethod.gif|}} GetComIUnknown(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} GetComIUnknown(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5597: Line 5600:
 ** {{wiki:​ProtectedMethod.gif|}} IsInstanceOfType(Type) ** ** {{wiki:​ProtectedMethod.gif|}} IsInstanceOfType(Type) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5613: Line 5616:
 ** {{wiki:​ProtectedMethod.gif|}} InvokeMember(String,​BindingFlags,​Binder,​Object[],​ParameterModifier[],​CultureInfo,​String[]) ** ** {{wiki:​ProtectedMethod.gif|}} InvokeMember(String,​BindingFlags,​Binder,​Object[],​ParameterModifier[],​CultureInfo,​String[]) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5653: Line 5656:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MemberwiseClone.28Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 5669: Line 5672:
 ** {{wiki:​ProtectedMethod.gif|}} __RaceSetServerIdentity(ServerIdentity) ** ** {{wiki:​ProtectedMethod.gif|}} __RaceSetServerIdentity(ServerIdentity) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5685: Line 5688:
 ** {{wiki:​ProtectedMethod.gif|}} __ResetServerIdentity() ** ** {{wiki:​ProtectedMethod.gif|}} __ResetServerIdentity() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5697: Line 5700:
 ** {{wiki:​ProtectedMethod.gif|}} CanCastToXmlType(String,​String) ** ** {{wiki:​ProtectedMethod.gif|}} CanCastToXmlType(String,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5717: Line 5720:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 5730: Line 5733:
 ** {{wiki:​PublicProperty.gif|}} BackgroundOverlay ** ** {{wiki:​PublicProperty.gif|}} BackgroundOverlay **
  
-This property gets or sets the backgournd overlay.+  * //This property gets or sets the backgournd overlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BackgroundOverlay/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.BackgroundOverlay|BackgroundOverlay]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.BackgroundOverlay|BackgroundOverlay]]
Line 5738: Line 5741:
 ** {{wiki:​PublicProperty.gif|}} AdornmentOverlay ** ** {{wiki:​PublicProperty.gif|}} AdornmentOverlay **
  
-This property gets or sets the adornment overlay in the MapControl.+  * //This property gets or sets the adornment overlay in the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AdornmentOverlay/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.AdornmentOverlay|AdornmentOverlay]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.AdornmentOverlay|AdornmentOverlay]]
Line 5746: Line 5749:
 ** {{wiki:​PublicProperty.gif|}} EditOverlay ** ** {{wiki:​PublicProperty.gif|}} EditOverlay **
  
-This property gets or sets the edit overlay in the MapControl.+  * //This property gets or sets the edit overlay in the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​EditOverlay/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay|EditInteractiveOverlay]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay|EditInteractiveOverlay]]
Line 5754: Line 5757:
 ** {{wiki:​PublicProperty.gif|}} GeoCanvas ** ** {{wiki:​PublicProperty.gif|}} GeoCanvas **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GeoCanvas/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
Line 5762: Line 5765:
 ** {{wiki:​PublicProperty.gif|}} TrackOverlay ** ** {{wiki:​PublicProperty.gif|}} TrackOverlay **
  
-This property gets or sets the track overlay in the MapControl.+  * //This property gets or sets the track overlay in the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​TrackOverlay/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]]
Line 5770: Line 5773:
 ** {{wiki:​PublicProperty.gif|}} ExtentOverlay ** ** {{wiki:​PublicProperty.gif|}} ExtentOverlay **
  
-This property gets or sets the extent overlay in the MapControl.+  * //This property gets or sets the extent overlay in the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ExtentOverlay/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]]
Line 5778: Line 5781:
 ** {{wiki:​PublicProperty.gif|}} InteractiveOverlays ** ** {{wiki:​PublicProperty.gif|}} InteractiveOverlays **
  
-This property gets the collection of InterativeOverlays in the MapControl.+  * //This property gets the collection of InterativeOverlays in the MapControl.//
 == Remarks == == Remarks ==
-This property is used when you want to change the default behavior of the InteractiveOverlay or add your own customized InteractiveOverlay.+  * //This property is used when you want to change the default behavior of the InteractiveOverlay or add your own customized InteractiveOverlay.//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay,​ DesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay,​ DesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]]
Line 5786: Line 5789:
 ** {{wiki:​PublicProperty.gif|}} Overlays ** ** {{wiki:​PublicProperty.gif|}} Overlays **
  
-This property gets the collection of Overlays in the MapControl.+  * //This property gets the collection of Overlays in the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.DesktopEdition.Overlay,​ DesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.DesktopEdition.Overlay,​ DesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]]
Line 5794: Line 5797:
 ** {{wiki:​PublicProperty.gif|}} MapUnit ** ** {{wiki:​PublicProperty.gif|}} MapUnit **
  
-This property gets or sets the map unit used by the MapControl.+  * //This property gets or sets the map unit used by the MapControl.//
 == Remarks == == Remarks ==
-The MapUnit reflects the data unit.+  * //The MapUnit reflects the data unit.//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]   * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
Line 5802: Line 5805:
 ** {{wiki:​PublicProperty.gif|}} ZoomLevelSnapping ** ** {{wiki:​PublicProperty.gif|}} ZoomLevelSnapping **
  
-This property gets or sets the ZoomLevelSnappingMode in the MapControl.+  * //This property gets or sets the ZoomLevelSnappingMode in the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomLevelSnapping/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]]
Line 5810: Line 5813:
 ** {{wiki:​PublicProperty.gif|}} CurrentScale ** ** {{wiki:​PublicProperty.gif|}} CurrentScale **
  
-Gets or sets the current scale of the MapControl.+  * //Gets or sets the current scale of the MapControl.//
 == Remarks == == Remarks ==
-When you set the scale, the CurrentExtent will change, but the center of the CurrentExtent stays the same.+  * //When you set the scale, the <​strong>​CurrentExtent</​strong> ​will change, but the center of the <​strong>​CurrentExtent</​strong> ​stays the same.//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 5818: Line 5821:
 ** {{wiki:​PublicProperty.gif|}} CurrentExtent ** ** {{wiki:​PublicProperty.gif|}} CurrentExtent **
  
-Gets or sets the current extent of the MapControl.+  * //Gets or sets the current extent of the MapControl.//
 == Remarks == == Remarks ==
-The current extent represents the extent of the map's current position. ​ This is a very important metric used to calculate the map's scale.+  * //The current extent represents the extent of the map's current position. This is a very important metric used to calculate the map's scale.//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
Line 5826: Line 5829:
 ** {{wiki:​PublicProperty.gif|}} RestrictedExtent ** ** {{wiki:​PublicProperty.gif|}} RestrictedExtent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RestrictedExtent/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
Line 5834: Line 5837:
 ** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** ** {{wiki:​PublicProperty.gif|}} ZoomLevelSet **
  
-This property gets or sets the ZoomLevelSet used for the MapControl.+  * //This property gets or sets the ZoomLevelSet used for the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomLevelSet/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]   * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]
Line 5842: Line 5845:
 ** {{wiki:​PublicProperty.gif|}} MapResizeMode ** ** {{wiki:​PublicProperty.gif|}} MapResizeMode **
  
-This property gets or sets the MapResizeMode to be used when resizing the MapControl.+  * //This property gets or sets the MapResizeMode to be used when resizing the MapControl.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MapResizeMode/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]]   * Type:​[[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]]
Line 5850: Line 5853:
 ** {{wiki:​PublicProperty.gif|}} MinimumScale ** ** {{wiki:​PublicProperty.gif|}} MinimumScale **
  
-This property gets or sets the MinimumScale your MapControl can zoom into when your ZoomLevelSnappingMode is set to None.+  * //This property gets or sets the MinimumScale your MapControl can zoom into when your ZoomLevelSnappingMode is set to None.//
 == Remarks == == Remarks ==
-If your ZoomLevelSnappingMode is set to either Default or SnapUp, the minimum scale you can zoom into will always be the minimum level from the 20 preset scales. ​ If the MinimumScale value you set here is larger than the smallest scale available in the preset scales, the next preset that is larger than your MinimumScale will be chosen.+  * //If your ZoomLevelSnappingMode is set to either Default or SnapUp, the minimum scale you can zoom into will always be the minimum level from the 20 preset scales. If the MinimumScale value you set here is larger than the smallest scale available in the preset scales, the next preset that is larger than your MinimumScale will be chosen.//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 5858: Line 5861:
 ** {{wiki:​PublicProperty.gif|}} MaximumScale ** ** {{wiki:​PublicProperty.gif|}} MaximumScale **
  
-This property will gets or sets the MaximumScale your MapControl can zoom out to when your ZoomLevelSnappingMode is set to None.+  * //This property will gets or sets the MaximumScale your MapControl can zoom out to when your ZoomLevelSnappingMode is set to None.//
 == Remarks == == Remarks ==
-If your ZoomLevelSnappingMode is set to Default or SnapUp, the maximum scale you can zoom out to will always be the maximum level from the 20 preset scales. ​ If the MaximumScale value you set here is larger than the largest scale available in the preset scales, the next preset that is smaller than your MaximumScale will be chosen.+  * //If your ZoomLevelSnappingMode is set to Default or SnapUp, the maximum scale you can zoom out to will always be the maximum level from the 20 preset scales. If the MaximumScale value you set here is larger than the largest scale available in the preset scales, the next preset that is smaller than your MaximumScale will be chosen.//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 5866: Line 5869:
 ** {{wiki:​PublicProperty.gif|}} ThreadingMode ** ** {{wiki:​PublicProperty.gif|}} ThreadingMode **
  
-This property gets or sets the ThreadingMode used in the MapControl.+  * //This property gets or sets the ThreadingMode used in the MapControl.//
 == Remarks == == Remarks ==
-Currently, we provide two different ThreadingModes:​ single-threaded mode and multi-threaded mode. The major difference for multi-threaded mode is that the drawing logic for overlays is done in another thread instead of the main thread.+  * //Currently, we provide two different ThreadingModes:​ single-threaded mode and multi-threaded mode. The major difference for multi-threaded mode is that the drawing logic for overlays is done in another thread instead of the main thread.//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapThreadingMode|MapThreadingMode]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapThreadingMode|MapThreadingMode]]
Line 5874: Line 5877:
 ** {{wiki:​PublicProperty.gif|}} SmoothingMode ** ** {{wiki:​PublicProperty.gif|}} SmoothingMode **
  
-This property returns or sets the rendering quality for the drawing canvas.+  * //This property returns or sets the rendering quality for the drawing canvas.//
 == Remarks == == Remarks ==
-This property is used for GDI+ drawing. The explanation below is from the GDI+ documentation.The smoothing mode specifies whether lines, curves, and the edges of filled areas use smoothing (also called antialiasing). One exception is that path gradient brushes does not obey the smoothing mode. Areas filled using a PathGradientBrush are rendered the same way (aliased) regardless of the SmoothingMode property.+  * //This property is used for GDI+ drawing. The explanation below is from the GDI+ documentation. The smoothing mode specifies whether lines, curves, and the edges of filled areas use smoothing (also called antialiasing). One exception is that path gradient brushes does not obey the smoothing mode. Areas filled using a PathGradientBrush are rendered the same way (aliased) regardless of the SmoothingMode property.//
 == Return Value == == Return Value ==
   * Type:​SmoothingMode   * Type:​SmoothingMode
Line 5882: Line 5885:
 ** {{wiki:​PublicProperty.gif|}} TextRenderingHint ** ** {{wiki:​PublicProperty.gif|}} TextRenderingHint **
  
-This property returns or sets the rendering mode for text associated with this GeoCanvas.+  * //This property returns or sets the rendering mode for text associated with this GeoCanvas.//
 == Remarks == == Remarks ==
-This property is used for GDI+ drawing. The explanation below is form the GDI+ documentation. The text rendering hint specifies whether text renders with antialiasing.+  * //This property is used for GDI+ drawing. The explanation below is form the GDI+ documentation. The text rendering hint specifies whether text renders with antialiasing.//
 == Return Value == == Return Value ==
   * Type:​TextRenderingHint   * Type:​TextRenderingHint
Line 5890: Line 5893:
 ** {{wiki:​PublicProperty.gif|}} CompositingQuality ** ** {{wiki:​PublicProperty.gif|}} CompositingQuality **
  
-This property returns or sets the quality level to use during compositing.+  * //This property returns or sets the quality level to use during compositing.//
 == Remarks == == Remarks ==
-This property is used for GDI+ drawing. The explanation below is form the GDI+ documentation Compositing is done during rendering when the source pixels are combined with the destination pixels to produce the resultant pixels. The quality of compositing directly relates to the visual quality of the output and is inversely proportional to the render time. The higher the quality, the slower the render time. This is because the higher the quality level, the more surrounding pixels need to be taken into account during the composite. The linear quality setting (AssumeLinear) compromises by providing better quality than the default quality at a slightly lower speed.+  * //This property is used for GDI+ drawing. The explanation below is form the GDI+ documentation Compositing is done during rendering when the source pixels are combined with the destination pixels to produce the resultant pixels. The quality of compositing directly relates to the visual quality of the output and is inversely proportional to the render time. The higher the quality, the slower the render time. This is because the higher the quality level, the more surrounding pixels need to be taken into account during the composite. The linear quality setting (AssumeLinear) compromises by providing better quality than the default quality at a slightly lower speed.//
 == Return Value == == Return Value ==
   * Type:​CompositingQuality   * Type:​CompositingQuality
Line 5898: Line 5901:
 ** {{wiki:​PublicProperty.gif|}} DrawingQuality ** ** {{wiki:​PublicProperty.gif|}} DrawingQuality **
  
-This property returns the drawing quality when rendering on the GeoCanvas.+  * //This property returns the drawing quality when rendering on the GeoCanvas.//
 == Remarks == == Remarks ==
-The DrawingQuality specifies if BaseLineShapes,​ BasePointShapes,​ and BaseAreaShapes use anti-alias methods or other techniques that control the quality. In some cases you may want a higher quality rendering and in other cases higher speed is more desirable. It is up to the implementer of the derived GeoCanvas class to control exactly what this setting means.+  * //The DrawingQuality specifies if BaseLineShapes,​ BasePointShapes,​ and BaseAreaShapes use anti-alias methods or other techniques that control the quality. In some cases you may want a higher quality rendering and in other cases higher speed is more desirable. It is up to the implementer of the derived GeoCanvas class to control exactly what this setting means.//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]   * Type:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]
Line 5906: Line 5909:
 ** {{wiki:​PublicProperty.gif|}} MapFocusMode ** ** {{wiki:​PublicProperty.gif|}} MapFocusMode **
  
-This property gets or sets the MapFocusMode for the MapControl when dealing with the issue of the map taking focus.+  * //This property gets or sets the MapFocusMode for the MapControl when dealing with the issue of the map taking focus.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MapFocusMode/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapFocusMode|MapFocusMode]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapFocusMode|MapFocusMode]]
Line 5914: Line 5917:
 ** {{wiki:​PublicProperty.gif|}} AccessibilityObject ** ** {{wiki:​PublicProperty.gif|}} AccessibilityObject **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAccessibilityObjectById.28Int32.29/​/
 == Return Value == == Return Value ==
   * Type:​AccessibleObject   * Type:​AccessibleObject
Line 5922: Line 5925:
 ** {{wiki:​PublicProperty.gif|}} AccessibleDefaultActionDescription ** ** {{wiki:​PublicProperty.gif|}} AccessibleDefaultActionDescription **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleDefaultActionDescription/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 5930: Line 5933:
 ** {{wiki:​PublicProperty.gif|}} AccessibleDescription ** ** {{wiki:​PublicProperty.gif|}} AccessibleDescription **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleDescription/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 5938: Line 5941:
 ** {{wiki:​PublicProperty.gif|}} AccessibleName ** ** {{wiki:​PublicProperty.gif|}} AccessibleName **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleName/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 5946: Line 5949:
 ** {{wiki:​PublicProperty.gif|}} AccessibleRole ** ** {{wiki:​PublicProperty.gif|}} AccessibleRole **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleRole/​/
 == Return Value == == Return Value ==
   * Type:​AccessibleRole   * Type:​AccessibleRole
Line 5954: Line 5957:
 ** {{wiki:​PublicProperty.gif|}} AllowDrop ** ** {{wiki:​PublicProperty.gif|}} AllowDrop **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AllowDrop/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5962: Line 5965:
 ** {{wiki:​PublicProperty.gif|}} Anchor ** ** {{wiki:​PublicProperty.gif|}} Anchor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Anchor/​/
 == Return Value == == Return Value ==
   * Type:​AnchorStyles   * Type:​AnchorStyles
Line 5970: Line 5973:
 ** {{wiki:​PublicProperty.gif|}} AutoSize ** ** {{wiki:​PublicProperty.gif|}} AutoSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAutoSizeMode.28.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5978: Line 5981:
 ** {{wiki:​PublicProperty.gif|}} AutoScrollOffset ** ** {{wiki:​PublicProperty.gif|}} AutoScrollOffset **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AutoScrollOffset/​/
 == Return Value == == Return Value ==
   * Type:Point   * Type:Point
Line 5986: Line 5989:
 ** {{wiki:​PublicProperty.gif|}} LayoutEngine ** ** {{wiki:​PublicProperty.gif|}} LayoutEngine **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​LayoutEngine/​/
 == Return Value == == Return Value ==
   * Type:​LayoutEngine   * Type:​LayoutEngine
Line 5994: Line 5997:
 ** {{wiki:​PublicProperty.gif|}} BackColor ** ** {{wiki:​PublicProperty.gif|}} BackColor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBackColor.28.29/​/
 == Return Value == == Return Value ==
   * Type:Color   * Type:Color
Line 6002: Line 6005:
 ** {{wiki:​PublicProperty.gif|}} BackgroundImage ** ** {{wiki:​PublicProperty.gif|}} BackgroundImage **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:Image   * Type:Image
Line 6010: Line 6013:
 ** {{wiki:​PublicProperty.gif|}} BackgroundImageLayout ** ** {{wiki:​PublicProperty.gif|}} BackgroundImageLayout **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​ImageLayout   * Type:​ImageLayout
Line 6018: Line 6021:
 ** {{wiki:​PublicProperty.gif|}} BindingContext ** ** {{wiki:​PublicProperty.gif|}} BindingContext **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​BindingContext   * Type:​BindingContext
Line 6026: Line 6029:
 ** {{wiki:​PublicProperty.gif|}} Bottom ** ** {{wiki:​PublicProperty.gif|}} Bottom **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Bottom/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6034: Line 6037:
 ** {{wiki:​PublicProperty.gif|}} Bounds ** ** {{wiki:​PublicProperty.gif|}} Bounds **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29/​/
 == Return Value == == Return Value ==
   * Type:​Rectangle   * Type:​Rectangle
Line 6042: Line 6045:
 ** {{wiki:​PublicProperty.gif|}} CanFocus ** ** {{wiki:​PublicProperty.gif|}} CanFocus **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanFocus/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6050: Line 6053:
 ** {{wiki:​PublicProperty.gif|}} CanSelect ** ** {{wiki:​PublicProperty.gif|}} CanSelect **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanSelect/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6058: Line 6061:
 ** {{wiki:​PublicProperty.gif|}} Capture ** ** {{wiki:​PublicProperty.gif|}} Capture **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6066: Line 6069:
 ** {{wiki:​PublicProperty.gif|}} CausesValidation ** ** {{wiki:​PublicProperty.gif|}} CausesValidation **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6074: Line 6077:
 ** {{wiki:​PublicProperty.gif|}} ClientRectangle ** ** {{wiki:​PublicProperty.gif|}} ClientRectangle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ClientRectangle/​/
 == Return Value == == Return Value ==
   * Type:​Rectangle   * Type:​Rectangle
Line 6082: Line 6085:
 ** {{wiki:​PublicProperty.gif|}} ClientSize ** ** {{wiki:​PublicProperty.gif|}} ClientSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 6090: Line 6093:
 ** {{wiki:​PublicProperty.gif|}} CompanyName ** ** {{wiki:​PublicProperty.gif|}} CompanyName **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CompanyName/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 6098: Line 6101:
 ** {{wiki:​PublicProperty.gif|}} ContainsFocus ** ** {{wiki:​PublicProperty.gif|}} ContainsFocus **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ContainsFocus/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6106: Line 6109:
 ** {{wiki:​PublicProperty.gif|}} ContextMenu ** ** {{wiki:​PublicProperty.gif|}} ContextMenu **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​ContextMenu   * Type:​ContextMenu
Line 6114: Line 6117:
 ** {{wiki:​PublicProperty.gif|}} ContextMenuStrip ** ** {{wiki:​PublicProperty.gif|}} ContextMenuStrip **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​ContextMenuStrip   * Type:​ContextMenuStrip
Line 6122: Line 6125:
 ** {{wiki:​PublicProperty.gif|}} Controls ** ** {{wiki:​PublicProperty.gif|}} Controls **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControlsInstance.28.29/​/
 == Return Value == == Return Value ==
   * Type:​ControlCollection   * Type:​ControlCollection
Line 6130: Line 6133:
 ** {{wiki:​PublicProperty.gif|}} Created ** ** {{wiki:​PublicProperty.gif|}} Created **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6138: Line 6141:
 ** {{wiki:​PublicProperty.gif|}} Cursor ** ** {{wiki:​PublicProperty.gif|}} Cursor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetCursor.28.29/​/
 == Return Value == == Return Value ==
   * Type:Cursor   * Type:Cursor
Line 6146: Line 6149:
 ** {{wiki:​PublicProperty.gif|}} DataBindings ** ** {{wiki:​PublicProperty.gif|}} DataBindings **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DataBindings/​/
 == Return Value == == Return Value ==
   * Type:​ControlBindingsCollection   * Type:​ControlBindingsCollection
Line 6154: Line 6157:
 ** {{wiki:​PublicProperty.gif|}} DisplayRectangle ** ** {{wiki:​PublicProperty.gif|}} DisplayRectangle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DisplayRectangle/​/
 == Return Value == == Return Value ==
   * Type:​Rectangle   * Type:​Rectangle
Line 6162: Line 6165:
 ** {{wiki:​PublicProperty.gif|}} IsDisposed ** ** {{wiki:​PublicProperty.gif|}} IsDisposed **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsDisposed/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6170: Line 6173:
 ** {{wiki:​PublicProperty.gif|}} Disposing ** ** {{wiki:​PublicProperty.gif|}} Disposing **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Disposing/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6178: Line 6181:
 ** {{wiki:​PublicProperty.gif|}} Dock ** ** {{wiki:​PublicProperty.gif|}} Dock **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​DockStyle   * Type:​DockStyle
Line 6186: Line 6189:
 ** {{wiki:​PublicProperty.gif|}} Enabled ** ** {{wiki:​PublicProperty.gif|}} Enabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6194: Line 6197:
 ** {{wiki:​PublicProperty.gif|}} Focused ** ** {{wiki:​PublicProperty.gif|}} Focused **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Focused/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6202: Line 6205:
 ** {{wiki:​PublicProperty.gif|}} Font ** ** {{wiki:​PublicProperty.gif|}} Font **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetFont.28.29/​/
 == Return Value == == Return Value ==
   * Type:Font   * Type:Font
Line 6210: Line 6213:
 ** {{wiki:​PublicProperty.gif|}} ForeColor ** ** {{wiki:​PublicProperty.gif|}} ForeColor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetForeColor.28.29/​/
 == Return Value == == Return Value ==
   * Type:Color   * Type:Color
Line 6218: Line 6221:
 ** {{wiki:​PublicProperty.gif|}} Handle ** ** {{wiki:​PublicProperty.gif|}} Handle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateHandle.28.29/​/
 == Return Value == == Return Value ==
   * Type:IntPtr   * Type:IntPtr
Line 6226: Line 6229:
 ** {{wiki:​PublicProperty.gif|}} HasChildren ** ** {{wiki:​PublicProperty.gif|}} HasChildren **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​HasChildren/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6234: Line 6237:
 ** {{wiki:​PublicProperty.gif|}} Height ** ** {{wiki:​PublicProperty.gif|}} Height **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Height/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6242: Line 6245:
 ** {{wiki:​PublicProperty.gif|}} IsHandleCreated ** ** {{wiki:​PublicProperty.gif|}} IsHandleCreated **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsHandleCreated/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6250: Line 6253:
 ** {{wiki:​PublicProperty.gif|}} InvokeRequired ** ** {{wiki:​PublicProperty.gif|}} InvokeRequired **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeRequired/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6258: Line 6261:
 ** {{wiki:​PublicProperty.gif|}} IsAccessible ** ** {{wiki:​PublicProperty.gif|}} IsAccessible **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsAccessible/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6266: Line 6269:
 ** {{wiki:​PublicProperty.gif|}} IsMirrored ** ** {{wiki:​PublicProperty.gif|}} IsMirrored **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsMirrored/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6274: Line 6277:
 ** {{wiki:​PublicProperty.gif|}} Left ** ** {{wiki:​PublicProperty.gif|}} Left **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6282: Line 6285:
 ** {{wiki:​PublicProperty.gif|}} Location ** ** {{wiki:​PublicProperty.gif|}} Location **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:Point   * Type:Point
Line 6290: Line 6293:
 ** {{wiki:​PublicProperty.gif|}} Margin ** ** {{wiki:​PublicProperty.gif|}} Margin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Padding   * Type:​Padding
Line 6298: Line 6301:
 ** {{wiki:​PublicProperty.gif|}} MaximumSize ** ** {{wiki:​PublicProperty.gif|}} MaximumSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MaximumSize/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 6306: Line 6309:
 ** {{wiki:​PublicProperty.gif|}} MinimumSize ** ** {{wiki:​PublicProperty.gif|}} MinimumSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MinimumSize/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 6314: Line 6317:
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleName/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 6322: Line 6325:
 ** {{wiki:​PublicProperty.gif|}} Parent ** ** {{wiki:​PublicProperty.gif|}} Parent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackColorChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Control   * Type:​Control
Line 6330: Line 6333:
 ** {{wiki:​PublicProperty.gif|}} ProductName ** ** {{wiki:​PublicProperty.gif|}} ProductName **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProductName/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 6338: Line 6341:
 ** {{wiki:​PublicProperty.gif|}} ProductVersion ** ** {{wiki:​PublicProperty.gif|}} ProductVersion **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProductVersion/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 6346: Line 6349:
 ** {{wiki:​PublicProperty.gif|}} RecreatingHandle ** ** {{wiki:​PublicProperty.gif|}} RecreatingHandle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RecreatingHandle/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6354: Line 6357:
 ** {{wiki:​PublicProperty.gif|}} Region ** ** {{wiki:​PublicProperty.gif|}} Region **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.2C_Boolean.29/​/
 == Return Value == == Return Value ==
   * Type:Region   * Type:Region
Line 6362: Line 6365:
 ** {{wiki:​PublicProperty.gif|}} Right ** ** {{wiki:​PublicProperty.gif|}} Right **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6370: Line 6373:
 ** {{wiki:​PublicProperty.gif|}} RightToLeft ** ** {{wiki:​PublicProperty.gif|}} RightToLeft **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29/​/
 == Return Value == == Return Value ==
   * Type:​RightToLeft   * Type:​RightToLeft
Line 6378: Line 6381:
 ** {{wiki:​PublicProperty.gif|}} Site ** ** {{wiki:​PublicProperty.gif|}} Site **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Site/​/
 == Return Value == == Return Value ==
   * Type:ISite   * Type:ISite
Line 6386: Line 6389:
 ** {{wiki:​PublicProperty.gif|}} Size ** ** {{wiki:​PublicProperty.gif|}} Size **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 6394: Line 6397:
 ** {{wiki:​PublicProperty.gif|}} TabIndex ** ** {{wiki:​PublicProperty.gif|}} TabIndex **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6402: Line 6405:
 ** {{wiki:​PublicProperty.gif|}} TabStop ** ** {{wiki:​PublicProperty.gif|}} TabStop **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6410: Line 6413:
 ** {{wiki:​PublicProperty.gif|}} Tag ** ** {{wiki:​PublicProperty.gif|}} Tag **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Tag/​/
 == Return Value == == Return Value ==
   * Type:Object   * Type:Object
Line 6418: Line 6421:
 ** {{wiki:​PublicProperty.gif|}} Text ** ** {{wiki:​PublicProperty.gif|}} Text **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetText.28.29/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 6426: Line 6429:
 ** {{wiki:​PublicProperty.gif|}} Top ** ** {{wiki:​PublicProperty.gif|}} Top **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetTopLevel.28.29/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6434: Line 6437:
 ** {{wiki:​PublicProperty.gif|}} TopLevelControl ** ** {{wiki:​PublicProperty.gif|}} TopLevelControl **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​TopLevelControl/​/
 == Return Value == == Return Value ==
   * Type:​Control   * Type:​Control
Line 6442: Line 6445:
 ** {{wiki:​PublicProperty.gif|}} UseWaitCursor ** ** {{wiki:​PublicProperty.gif|}} UseWaitCursor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UseWaitCursor/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6450: Line 6453:
 ** {{wiki:​PublicProperty.gif|}} Visible ** ** {{wiki:​PublicProperty.gif|}} Visible **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6458: Line 6461:
 ** {{wiki:​PublicProperty.gif|}} Width ** ** {{wiki:​PublicProperty.gif|}} Width **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Width/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6466: Line 6469:
 ** {{wiki:​PublicProperty.gif|}} WindowTarget ** ** {{wiki:​PublicProperty.gif|}} WindowTarget **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​WindowTarget/​/
 == Return Value == == Return Value ==
   * Type:​IWindowTarget   * Type:​IWindowTarget
Line 6474: Line 6477:
 ** {{wiki:​PublicProperty.gif|}} PreferredSize ** ** {{wiki:​PublicProperty.gif|}} PreferredSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 6482: Line 6485:
 ** {{wiki:​PublicProperty.gif|}} Padding ** ** {{wiki:​PublicProperty.gif|}} Padding **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29/​/
 == Return Value == == Return Value ==
   * Type:​Padding   * Type:​Padding
Line 6490: Line 6493:
 ** {{wiki:​PublicProperty.gif|}} ImeMode ** ** {{wiki:​PublicProperty.gif|}} ImeMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetImeMode.28.29/​/
 == Return Value == == Return Value ==
   * Type:​ImeMode   * Type:​ImeMode
Line 6498: Line 6501:
 ** {{wiki:​PublicProperty.gif|}} Container ** ** {{wiki:​PublicProperty.gif|}} Container **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetContainerControl.28.29/​/
 == Return Value == == Return Value ==
   * Type:​IContainer   * Type:​IContainer
Line 6507: Line 6510:
 ** {{wiki:​ProtectedProperty.gif|}} BackColorBrush ** ** {{wiki:​ProtectedProperty.gif|}} BackColorBrush **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:IntPtr   * Type:IntPtr
Line 6515: Line 6518:
 ** {{wiki:​ProtectedProperty.gif|}} BecomingActiveControl ** ** {{wiki:​ProtectedProperty.gif|}} BecomingActiveControl **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6523: Line 6526:
 ** {{wiki:​ProtectedProperty.gif|}} BindingContextInternal ** ** {{wiki:​ProtectedProperty.gif|}} BindingContextInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BindingContext   * Type:​BindingContext
Line 6531: Line 6534:
 ** {{wiki:​ProtectedProperty.gif|}} CanAccessProperties ** ** {{wiki:​ProtectedProperty.gif|}} CanAccessProperties **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6539: Line 6542:
 ** {{wiki:​ProtectedProperty.gif|}} CanRaiseEvents ** ** {{wiki:​ProtectedProperty.gif|}} CanRaiseEvents **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanRaiseEvents/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6547: Line 6550:
 ** {{wiki:​ProtectedProperty.gif|}} CaptureInternal ** ** {{wiki:​ProtectedProperty.gif|}} CaptureInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6555: Line 6558:
 ** {{wiki:​ProtectedProperty.gif|}} CacheTextInternal ** ** {{wiki:​ProtectedProperty.gif|}} CacheTextInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6563: Line 6566:
 ** {{wiki:​ProtectedProperty.gif|}} CreateParams ** ** {{wiki:​ProtectedProperty.gif|}} CreateParams **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateParams/​/
 == Return Value == == Return Value ==
   * Type:​CreateParams   * Type:​CreateParams
Line 6571: Line 6574:
 ** {{wiki:​ProtectedProperty.gif|}} ValidationCancelled ** ** {{wiki:​ProtectedProperty.gif|}} ValidationCancelled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6579: Line 6582:
 ** {{wiki:​ProtectedProperty.gif|}} IsTopMdiWindowClosing ** ** {{wiki:​ProtectedProperty.gif|}} IsTopMdiWindowClosing **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6587: Line 6590:
 ** {{wiki:​ProtectedProperty.gif|}} CreateThreadId ** ** {{wiki:​ProtectedProperty.gif|}} CreateThreadId **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6595: Line 6598:
 ** {{wiki:​ProtectedProperty.gif|}} DefaultCursor ** ** {{wiki:​ProtectedProperty.gif|}} DefaultCursor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultCursor/​/
 == Return Value == == Return Value ==
   * Type:Cursor   * Type:Cursor
Line 6603: Line 6606:
 ** {{wiki:​ProtectedProperty.gif|}} DefaultMargin ** ** {{wiki:​ProtectedProperty.gif|}} DefaultMargin **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMargin/​/
 == Return Value == == Return Value ==
   * Type:​Padding   * Type:​Padding
Line 6611: Line 6614:
 ** {{wiki:​ProtectedProperty.gif|}} DefaultMaximumSize ** ** {{wiki:​ProtectedProperty.gif|}} DefaultMaximumSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMaximumSize/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 6619: Line 6622:
 ** {{wiki:​ProtectedProperty.gif|}} DefaultMinimumSize ** ** {{wiki:​ProtectedProperty.gif|}} DefaultMinimumSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMinimumSize/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 6627: Line 6630:
 ** {{wiki:​ProtectedProperty.gif|}} DefaultPadding ** ** {{wiki:​ProtectedProperty.gif|}} DefaultPadding **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultPadding/​/
 == Return Value == == Return Value ==
   * Type:​Padding   * Type:​Padding
Line 6635: Line 6638:
 ** {{wiki:​ProtectedProperty.gif|}} DefaultSize ** ** {{wiki:​ProtectedProperty.gif|}} DefaultSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultSize/​/
 == Return Value == == Return Value ==
   * Type:Size   * Type:Size
Line 6643: Line 6646:
 ** {{wiki:​ProtectedProperty.gif|}} DisabledColor ** ** {{wiki:​ProtectedProperty.gif|}} DisabledColor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Color   * Type:Color
Line 6651: Line 6654:
 ** {{wiki:​ProtectedProperty.gif|}} DoubleBuffered ** ** {{wiki:​ProtectedProperty.gif|}} DoubleBuffered **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoubleBuffered/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6659: Line 6662:
 ** {{wiki:​ProtectedProperty.gif|}} FontHandle ** ** {{wiki:​ProtectedProperty.gif|}} FontHandle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:IntPtr   * Type:IntPtr
Line 6667: Line 6670:
 ** {{wiki:​ProtectedProperty.gif|}} FontHeight ** ** {{wiki:​ProtectedProperty.gif|}} FontHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FontHeight/​/
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6675: Line 6678:
 ** {{wiki:​ProtectedProperty.gif|}} HandleInternal ** ** {{wiki:​ProtectedProperty.gif|}} HandleInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:IntPtr   * Type:IntPtr
Line 6683: Line 6686:
 ** {{wiki:​ProtectedProperty.gif|}} HasMenu ** ** {{wiki:​ProtectedProperty.gif|}} HasMenu **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6691: Line 6694:
 ** {{wiki:​ProtectedProperty.gif|}} HostedInWin32DialogManager ** ** {{wiki:​ProtectedProperty.gif|}} HostedInWin32DialogManager **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6699: Line 6702:
 ** {{wiki:​ProtectedProperty.gif|}} IsLayoutSuspended ** ** {{wiki:​ProtectedProperty.gif|}} IsLayoutSuspended **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6707: Line 6710:
 ** {{wiki:​ProtectedProperty.gif|}} IsWindowObscured ** ** {{wiki:​ProtectedProperty.gif|}} IsWindowObscured **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6715: Line 6718:
 ** {{wiki:​ProtectedProperty.gif|}} InternalHandle ** ** {{wiki:​ProtectedProperty.gif|}} InternalHandle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:IntPtr   * Type:IntPtr
Line 6723: Line 6726:
 ** {{wiki:​ProtectedProperty.gif|}} IsActiveX ** ** {{wiki:​ProtectedProperty.gif|}} IsActiveX **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6731: Line 6734:
 ** {{wiki:​ProtectedProperty.gif|}} IsContainerControl ** ** {{wiki:​ProtectedProperty.gif|}} IsContainerControl **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6739: Line 6742:
 ** {{wiki:​ProtectedProperty.gif|}} IsIEParent ** ** {{wiki:​ProtectedProperty.gif|}} IsIEParent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6747: Line 6750:
 ** {{wiki:​ProtectedProperty.gif|}} IsMnemonicsListenerAxSourced ** ** {{wiki:​ProtectedProperty.gif|}} IsMnemonicsListenerAxSourced **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6755: Line 6758:
 ** {{wiki:​ProtectedProperty.gif|}} ParentInternal ** ** {{wiki:​ProtectedProperty.gif|}} ParentInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Control   * Type:​Control
Line 6763: Line 6766:
 ** {{wiki:​ProtectedProperty.gif|}} Properties ** ** {{wiki:​ProtectedProperty.gif|}} Properties **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​PropertyStore   * Type:​PropertyStore
Line 6771: Line 6774:
 ** {{wiki:​ProtectedProperty.gif|}} RawBackColor ** ** {{wiki:​ProtectedProperty.gif|}} RawBackColor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Color   * Type:Color
Line 6779: Line 6782:
 ** {{wiki:​ProtectedProperty.gif|}} RenderRightToLeft ** ** {{wiki:​ProtectedProperty.gif|}} RenderRightToLeft **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6787: Line 6790:
 ** {{wiki:​ProtectedProperty.gif|}} RenderTransparent ** ** {{wiki:​ProtectedProperty.gif|}} RenderTransparent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6795: Line 6798:
 ** {{wiki:​ProtectedProperty.gif|}} RenderTransparencyWithVisualStyles ** ** {{wiki:​ProtectedProperty.gif|}} RenderTransparencyWithVisualStyles **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6803: Line 6806:
 ** {{wiki:​ProtectedProperty.gif|}} RequiredScaling ** ** {{wiki:​ProtectedProperty.gif|}} RequiredScaling **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​BoundsSpecified   * Type:​BoundsSpecified
Line 6811: Line 6814:
 ** {{wiki:​ProtectedProperty.gif|}} RequiredScalingEnabled ** ** {{wiki:​ProtectedProperty.gif|}} RequiredScalingEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6819: Line 6822:
 ** {{wiki:​ProtectedProperty.gif|}} ResizeRedraw ** ** {{wiki:​ProtectedProperty.gif|}} ResizeRedraw **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResizeRedraw/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6827: Line 6830:
 ** {{wiki:​ProtectedProperty.gif|}} ScaleChildren ** ** {{wiki:​ProtectedProperty.gif|}} ScaleChildren **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleChildren/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6835: Line 6838:
 ** {{wiki:​ProtectedProperty.gif|}} TabStopInternal ** ** {{wiki:​ProtectedProperty.gif|}} TabStopInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6843: Line 6846:
 ** {{wiki:​ProtectedProperty.gif|}} TopLevelControlInternal ** ** {{wiki:​ProtectedProperty.gif|}} TopLevelControlInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Control   * Type:​Control
Line 6851: Line 6854:
 ** {{wiki:​ProtectedProperty.gif|}} TopMostParent ** ** {{wiki:​ProtectedProperty.gif|}} TopMostParent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Control   * Type:​Control
Line 6859: Line 6862:
 ** {{wiki:​ProtectedProperty.gif|}} ShowKeyboardCues ** ** {{wiki:​ProtectedProperty.gif|}} ShowKeyboardCues **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6867: Line 6870:
 ** {{wiki:​ProtectedProperty.gif|}} ShowFocusCues ** ** {{wiki:​ProtectedProperty.gif|}} ShowFocusCues **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6875: Line 6878:
 ** {{wiki:​ProtectedProperty.gif|}} ShowParams ** ** {{wiki:​ProtectedProperty.gif|}} ShowParams **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6883: Line 6886:
 ** {{wiki:​ProtectedProperty.gif|}} UseCompatibleTextRenderingInt ** ** {{wiki:​ProtectedProperty.gif|}} UseCompatibleTextRenderingInt **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6891: Line 6894:
 ** {{wiki:​ProtectedProperty.gif|}} SupportsUseCompatibleTextRendering ** ** {{wiki:​ProtectedProperty.gif|}} SupportsUseCompatibleTextRendering **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6899: Line 6902:
 ** {{wiki:​ProtectedProperty.gif|}} WindowStyle ** ** {{wiki:​ProtectedProperty.gif|}} WindowStyle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6907: Line 6910:
 ** {{wiki:​ProtectedProperty.gif|}} WindowText ** ** {{wiki:​ProtectedProperty.gif|}} WindowText **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 6915: Line 6918:
 ** {{wiki:​ProtectedProperty.gif|}} ParentContainerControl ** ** {{wiki:​ProtectedProperty.gif|}} ParentContainerControl **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ContainerControl   * Type:​ContainerControl
Line 6923: Line 6926:
 ** {{wiki:​ProtectedProperty.gif|}} ShouldAutoValidate ** ** {{wiki:​ProtectedProperty.gif|}} ShouldAutoValidate **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6931: Line 6934:
 ** {{wiki:​ProtectedProperty.gif|}} CachedImeMode ** ** {{wiki:​ProtectedProperty.gif|}} CachedImeMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ImeMode   * Type:​ImeMode
Line 6939: Line 6942:
 ** {{wiki:​ProtectedProperty.gif|}} CanEnableIme ** ** {{wiki:​ProtectedProperty.gif|}} CanEnableIme **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanEnableIme/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6947: Line 6950:
 ** {{wiki:​ProtectedProperty.gif|}} CurrentImeContextMode ** ** {{wiki:​ProtectedProperty.gif|}} CurrentImeContextMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ImeMode   * Type:​ImeMode
Line 6955: Line 6958:
 ** {{wiki:​ProtectedProperty.gif|}} DefaultImeMode ** ** {{wiki:​ProtectedProperty.gif|}} DefaultImeMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultImeMode/​/
 == Return Value == == Return Value ==
   * Type:​ImeMode   * Type:​ImeMode
Line 6963: Line 6966:
 ** {{wiki:​ProtectedProperty.gif|}} DisableImeModeChangedCount ** ** {{wiki:​ProtectedProperty.gif|}} DisableImeModeChangedCount **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6971: Line 6974:
 ** {{wiki:​ProtectedProperty.gif|}} ImeModeBase ** ** {{wiki:​ProtectedProperty.gif|}} ImeModeBase **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ImeModeBase/​/
 == Return Value == == Return Value ==
   * Type:​ImeMode   * Type:​ImeMode
Line 6979: Line 6982:
 ** {{wiki:​ProtectedProperty.gif|}} ImeWmCharsToIgnore ** ** {{wiki:​ProtectedProperty.gif|}} ImeWmCharsToIgnore **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6987: Line 6990:
 ** {{wiki:​ProtectedProperty.gif|}} CanRaiseEventsInternal ** ** {{wiki:​ProtectedProperty.gif|}} CanRaiseEventsInternal **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6995: Line 6998:
 ** {{wiki:​ProtectedProperty.gif|}} Events ** ** {{wiki:​ProtectedProperty.gif|}} Events **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Public_Events/​/
 == Return Value == == Return Value ==
   * Type:​EventHandlerList   * Type:​EventHandlerList
Line 7003: Line 7006:
 ** {{wiki:​ProtectedProperty.gif|}} DesignMode ** ** {{wiki:​ProtectedProperty.gif|}} DesignMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DesignMode/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 7011: Line 7014:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} MapClick ** ** {{wiki:​PublicEvent.gif|}} MapClick **
-This event will be fired when you click on the Map.+  * //This event will be fired when you click on the Map.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMapClick.28MapClickWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} OverlaysDrawing ** ** {{wiki:​PublicEvent.gif|}} OverlaysDrawing **
-This event will be fired before all overlays are drawn.+  * //This event will be fired before all overlays are drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} OverlaysDrawn ** ** {{wiki:​PublicEvent.gif|}} OverlaysDrawn **
-This event will be fired after all overlays are drawn.+  * //This event will be fired after all overlays are drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} OverlayDrawing ** ** {{wiki:​PublicEvent.gif|}} OverlayDrawing **
-This event will be fired before an overlay is drawn.+  * //This event will be fired before an overlay is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawing.28OverlayDrawingWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} OverlayDrawn ** ** {{wiki:​PublicEvent.gif|}} OverlayDrawn **
-This event will be fired after an overlay is drawn.+  * //This event will be fired after an overlay is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawn.28OverlayDrawnWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} CurrentExtentChanging ** ** {{wiki:​PublicEvent.gif|}} CurrentExtentChanging **
-This event will be raised before the CurrentExtent of the Map changes.+  * //This event will be raised before the CurrentExtent of the Map changes.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} CurrentExtentChanged ** ** {{wiki:​PublicEvent.gif|}} CurrentExtentChanged **
-This event will be raised after the CurrentExtent of the Map changes.+  * //This event will be raised after the CurrentExtent of the Map changes.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanged.28CurrentExtentChangedWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} CurrentScaleChanged ** ** {{wiki:​PublicEvent.gif|}} CurrentScaleChanged **
-This event will be raised after the CurrentScale of the Map changes.+  * //This event will be raised after the CurrentScale of the Map changes.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanged.28CurrentScaleChangedWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} CurrentScaleChanging ** ** {{wiki:​PublicEvent.gif|}} CurrentScaleChanging **
-This event will be raised before the CurrentScale of the Map changes.+  * //This event will be raised before the CurrentScale of the Map changes.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} AutoSizeChanged ** ** {{wiki:​PublicEvent.gif|}} AutoSizeChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} BackColorChanged ** ** {{wiki:​PublicEvent.gif|}} BackColorChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackColorChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} BackgroundImageChanged ** ** {{wiki:​PublicEvent.gif|}} BackgroundImageChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} BackgroundImageLayoutChanged ** ** {{wiki:​PublicEvent.gif|}} BackgroundImageLayoutChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} BindingContextChanged ** ** {{wiki:​PublicEvent.gif|}} BindingContextChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} CausesValidationChanged ** ** {{wiki:​PublicEvent.gif|}} CausesValidationChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ClientSizeChanged ** ** {{wiki:​PublicEvent.gif|}} ClientSizeChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ContextMenuChanged ** ** {{wiki:​PublicEvent.gif|}} ContextMenuChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ContextMenuStripChanged ** ** {{wiki:​PublicEvent.gif|}} ContextMenuStripChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} CursorChanged ** ** {{wiki:​PublicEvent.gif|}} CursorChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCursorChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DockChanged ** ** {{wiki:​PublicEvent.gif|}} DockChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} EnabledChanged ** ** {{wiki:​PublicEvent.gif|}} EnabledChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} FontChanged ** ** {{wiki:​PublicEvent.gif|}} FontChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnFontChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ForeColorChanged ** ** {{wiki:​PublicEvent.gif|}} ForeColorChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnForeColorChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} LocationChanged ** ** {{wiki:​PublicEvent.gif|}} LocationChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MarginChanged ** ** {{wiki:​PublicEvent.gif|}} MarginChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} RegionChanged ** ** {{wiki:​PublicEvent.gif|}} RegionChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRegionChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} RightToLeftChanged ** ** {{wiki:​PublicEvent.gif|}} RightToLeftChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentRightToLeftChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} SizeChanged ** ** {{wiki:​PublicEvent.gif|}} SizeChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} TabIndexChanged ** ** {{wiki:​PublicEvent.gif|}} TabIndexChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} TabStopChanged ** ** {{wiki:​PublicEvent.gif|}} TabStopChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} TextChanged ** ** {{wiki:​PublicEvent.gif|}} TextChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTextChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} VisibleChanged ** ** {{wiki:​PublicEvent.gif|}} VisibleChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Click ** ** {{wiki:​PublicEvent.gif|}} Click **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeOnClick.28Control.2C_EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ControlAdded ** ** {{wiki:​PublicEvent.gif|}} ControlAdded **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlAdded.28ControlEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ControlRemoved ** ** {{wiki:​PublicEvent.gif|}} ControlRemoved **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlRemoved.28ControlEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DragDrop ** ** {{wiki:​PublicEvent.gif|}} DragDrop **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoDragDrop.28Object.2C_DragDropEffects.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DragEnter ** ** {{wiki:​PublicEvent.gif|}} DragEnter **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DragOver ** ** {{wiki:​PublicEvent.gif|}} DragOver **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragOver.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DragLeave ** ** {{wiki:​PublicEvent.gif|}} DragLeave **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} GiveFeedback ** ** {{wiki:​PublicEvent.gif|}} GiveFeedback **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGiveFeedback.28GiveFeedbackEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} HandleCreated ** ** {{wiki:​PublicEvent.gif|}} HandleCreated **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} HandleDestroyed ** ** {{wiki:​PublicEvent.gif|}} HandleDestroyed **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleDestroyed.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} HelpRequested ** ** {{wiki:​PublicEvent.gif|}} HelpRequested **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHelpRequested.28HelpEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Invalidated ** ** {{wiki:​PublicEvent.gif|}} Invalidated **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnInvalidated.28InvalidateEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PaddingChanged ** ** {{wiki:​PublicEvent.gif|}} PaddingChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Paint ** ** {{wiki:​PublicEvent.gif|}} Paint **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaint.28Control.2C_PaintEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} QueryContinueDrag ** ** {{wiki:​PublicEvent.gif|}} QueryContinueDrag **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnQueryContinueDrag.28QueryContinueDragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} QueryAccessibilityHelp ** ** {{wiki:​PublicEvent.gif|}} QueryAccessibilityHelp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​QueryAccessibilityHelp/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} DoubleClick ** ** {{wiki:​PublicEvent.gif|}} DoubleClick **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDoubleClick.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Enter ** ** {{wiki:​PublicEvent.gif|}} Enter **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} GotFocus ** ** {{wiki:​PublicEvent.gif|}} GotFocus **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeGotFocus.28Control.2C_EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} KeyDown ** ** {{wiki:​PublicEvent.gif|}} KeyDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyDown.28KeyEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} KeyPress ** ** {{wiki:​PublicEvent.gif|}} KeyPress **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyPress.28KeyPressEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} KeyUp ** ** {{wiki:​PublicEvent.gif|}} KeyUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyUp.28KeyEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Layout ** ** {{wiki:​PublicEvent.gif|}} Layout **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28Control.2C_String.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Leave ** ** {{wiki:​PublicEvent.gif|}} Leave **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} LostFocus ** ** {{wiki:​PublicEvent.gif|}} LostFocus **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeLostFocus.28Control.2C_EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseClick ** ** {{wiki:​PublicEvent.gif|}} MouseClick **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseClick.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseDoubleClick ** ** {{wiki:​PublicEvent.gif|}} MouseDoubleClick **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDoubleClick.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseCaptureChanged ** ** {{wiki:​PublicEvent.gif|}} MouseCaptureChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseDown ** ** {{wiki:​PublicEvent.gif|}} MouseDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDown.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseEnter ** ** {{wiki:​PublicEvent.gif|}} MouseEnter **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseEnter.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseLeave ** ** {{wiki:​PublicEvent.gif|}} MouseLeave **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseLeave.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseHover ** ** {{wiki:​PublicEvent.gif|}} MouseHover **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseHover.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseMove ** ** {{wiki:​PublicEvent.gif|}} MouseMove **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseUp ** ** {{wiki:​PublicEvent.gif|}} MouseUp **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseUp.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} MouseWheel ** ** {{wiki:​PublicEvent.gif|}} MouseWheel **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseWheel.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Move ** ** {{wiki:​PublicEvent.gif|}} Move **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PreviewKeyDown ** ** {{wiki:​PublicEvent.gif|}} PreviewKeyDown **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPreviewKeyDown.28PreviewKeyDownEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Resize ** ** {{wiki:​PublicEvent.gif|}} Resize **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnResize.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ChangeUICues ** ** {{wiki:​PublicEvent.gif|}} ChangeUICues **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnChangeUICues.28UICuesEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} StyleChanged ** ** {{wiki:​PublicEvent.gif|}} StyleChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnStyleChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} SystemColorsChanged ** ** {{wiki:​PublicEvent.gif|}} SystemColorsChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSystemColorsChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Validating ** ** {{wiki:​PublicEvent.gif|}} Validating **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidating.28CancelEventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Validated ** ** {{wiki:​PublicEvent.gif|}} Validated **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidated.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ParentChanged ** ** {{wiki:​PublicEvent.gif|}} ParentChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ImeModeChanged ** ** {{wiki:​PublicEvent.gif|}} ImeModeChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnImeModeChanged.28EventArgs.29/​/
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} Disposed ** ** {{wiki:​PublicEvent.gif|}} Disposed **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsDisposed/​/
  
 Event Arguments: Event Arguments:
  
  
thinkgeo.mapsuite.desktopedition.winformsmap.1442545538.txt.gz ยท Last modified: 2015/09/18 03:05 by admin