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

Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.winformsmap [2015/08/20 03:08]
127.0.0.1 external edit
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}}
  
- 
-<!-- Class --> 
 The Map Control used to develop a Winforms application. The Map Control used to develop a Winforms application.
-=== Remarks === 
-It is very important that the property &​lt;​strong&​gt;​MapUnit&​lt;/​strong&​gt;​ is set properly according to the unit of the data (Layers) represented in it. The &​lt;​strong&​gt;​MapUnit&​lt;/​strong&​gt;​ will allow the scale, distance and area calulations to work properly. In the vast majority of cases, the MapUnit will be DecimalDegrees,​ Meters or Feet; the default &​lt;​strong&​gt;​MapUnit&​lt;/​strong&​gt;​ is DecimalDegrees. A Map has an &​lt;​strong&​gt;​Overlays&​lt;/​strong&​gt;​ property used to set a group of &​lt;​strong&​gt;​Overlays&​lt;/​strong&​gt;​ (which can be thought as a group of data), or you can have your own overlays if you want to customize the overlays. To refresh the entire map, use the &​lt;​strong&​gt;​Refresh&​lt;/​strong&​gt;​ method. To refresh only one particular Overlay, use the &​lt;​strong&​gt;​Redraw&​lt;/​strong&​gt;​ method. There are two ways to control the Map: One way is to react to the user's mouse and keyboard (i.e., Shift when TrackZoomIn) actions, and the other way is to use the API provided by the Map Control to change the &​lt;​strong&​gt;​CurrentExtent&​lt;/​strong&​gt;​ and then &​lt;​strong&​gt;​Refresh or Redraw&​lt;/​strong&​gt;​ the Map. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.MarshalByRefObject +    *System.MarshalByRefObject 
-***System.ComponentModel.Component +      *System.ComponentModel.Component 
-****System.Windows.Forms.Control +        *System.Windows.Forms.Control 
-*****[[ThinkGeo.MapSuite.DesktopEdition.WinformsMap]]+          ***ThinkGeo.MapSuite.DesktopEdition.WinformsMap**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} WinformsMap() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#WinformsMap()|WinformsMap]] ​  ​| ​   |    | Constructor of the Winform MapControl. ​  |+
  
 +  * //​Constructor of the Winform MapControl.//​
 +== Remarks ==
 +  * //In this constructor,​ we will initialize some class modular variables and hook up some events.//
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​ScreenPointF) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​BeginInvoke(Delegate,​ Object[])|BeginInvoke]] ​  | Delegate, Object[] ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BeginInvoke(Delegate)|BeginInvoke]] ​  | Delegate ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BringToFront()|BringToFront]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CenterAt(ScreenPointF)|CenterAt]] ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] ​  ​| ​   | This function will center the currentExtent based on the specified screenPoint. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CenterAt(PointShape)|CenterAt]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This function will center the currentExtent on the specified worldPoint. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CenterAt(Feature)|CenterAt]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This function will center the currentExtent based on the specified center feature. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CenterAt(Single,​ Single)|CenterAt]] ​  | Single, Single ​  ​| ​   | This function will center the currentExtent based on the specified screenX and screenY. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Contains(Control)|Contains]] ​  | Control ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CreateControl()|CreateControl]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CreateGraphics()|CreateGraphics]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CreateObjRef(Type)|CreateObjRef]] ​  | Type   | MarshalByRefObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   |    | Releases all resources used by the MapControl. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | Component ​  | Releases all resources used by the MapControl. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DoDragDrop(Object,​ DragDropEffects)|DoDragDrop]] ​  | Object, DragDropEffects ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawToBitmap(Bitmap,​ Rectangle)|DrawToBitmap]] ​  | Bitmap, Rectangle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EndInvoke(IAsyncResult)|EndInvoke]] ​  | IAsyncResult ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindFeatureLayer(String)|FindFeatureLayer]] ​  | String ​  ​| ​   | This method will search all overlays for a feature layer that has a given layer key.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindForm()|FindForm]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindRasterLayer(String)|FindRasterLayer]] ​  | String ​  ​| ​   | This method will search all overlays for a raster layer that has a given layer key.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Focus()|Focus]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBitmap(Single,​ Single)|GetBitmap]] ​  | Single, Single ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetChildAtPoint(Point,​ GetChildAtPointSkip)|GetChildAtPoint]] ​  | Point, GetChildAtPointSkip ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetChildAtPoint(Point)|GetChildAtPoint]] ​  | Point   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetContainerControl()|GetContainerControl]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLifetimeService()|GetLifetimeService]] ​  ​| ​   | MarshalByRefObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetNextControl(Control,​ Boolean)|GetNextControl]] ​  | Control, Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetPreferredSize(Size)|GetPreferredSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​GetVersion()|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.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Hide()|Hide]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InitializeLifetimeService()|InitializeLifetimeService]] ​  ​| ​   | MarshalByRefObject ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate()|Invalidate]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate(Region)|Invalidate]] ​  | Region ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate(Region,​ Boolean)|Invalidate]] ​  | Region, Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate(Boolean)|Invalidate]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate(Rectangle)|Invalidate]] ​  | Rectangle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate(Rectangle,​ Boolean)|Invalidate]] ​  | Rectangle, Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invoke(Delegate)|Invoke]] ​  | Delegate ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invoke(Delegate,​ Object[])|Invoke]] ​  | Delegate, Object[] ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Pan(Single,​ Int32)|Pan]] ​  | Single, Int32   ​| ​   | This function will pan the currentExtent based on an angle and percentage. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Pan(PanDirection,​ Int32)|Pan]] ​  | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]],​ Int32   ​| ​   | This function will pan the currentExtent based on a direction and percentage. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformLayout(Control,​ String)|PerformLayout]] ​  | Control, String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformLayout()|PerformLayout]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointToClient(Point)|PointToClient]] ​  | Point   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointToScreen(Point)|PointToScreen]] ​  | Point   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PreProcessControlMessage(ref Message)|PreProcessControlMessage]] ​  | ref Message ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PreProcessMessage(ref Message)|PreProcessMessage]] ​  | ref Message ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RectangleToClient(Rectangle)|RectangleToClient]] ​  | Rectangle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RectangleToScreen(Rectangle)|RectangleToScreen]] ​  | Rectangle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(RectangleShape,​ IEnumerable<​Overlay>​)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ IEnumerable<​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(RectangleShape,​ Overlay)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(IEnumerable<​Overlay>​)|Refresh]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|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. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(Overlay)|Refresh]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|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. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(RectangleShape)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh()|Refresh]] ​  ​| ​   | Control(overriden) ​  | 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.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResetBackColor()|ResetBackColor]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResetBindings()|ResetBindings]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResetCursor()|ResetCursor]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResetFont()|ResetFont]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResetForeColor()|ResetForeColor]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResetImeMode()|ResetImeMode]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResetRightToLeft()|ResetRightToLeft]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResetText()|ResetText]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResumeLayout(Boolean)|ResumeLayout]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ResumeLayout()|ResumeLayout]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Scale(SizeF)|Scale]] ​  | SizeF   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Select()|Select]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SelectNextControl(Control,​ Boolean, Boolean, Boolean, Boolean)|SelectNextControl]] ​  | Control, Boolean, Boolean, Boolean, Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SendToBack()|SendToBack]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetBounds(Int32,​ Int32, Int32, Int32)|SetBounds]] ​  | Int32, Int32, Int32, Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetBounds(Int32,​ Int32, Int32, Int32, BoundsSpecified)|SetBounds]] ​  | Int32, Int32, Int32, Int32, BoundsSpecified ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Show()|Show]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SuspendLayout()|SuspendLayout]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToggleMapExtents()|ToggleMapExtents]] ​  ​| ​   |    | Switch the MapControl'​s CurrentExtent between the current and previous extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Update()|Update]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomIn(Int32)|ZoomIn]] ​  | Int32   ​| ​   | This method will zoom in the currentExtent by the percentage provided. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomIntoCenter(Int32,​ Feature)|ZoomIntoCenter]] ​  | Int32, [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This method will zoom in and center at the currentExtent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomIntoCenter(Int32,​ ScreenPointF)|ZoomIntoCenter]] ​  | Int32, [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] ​  ​| ​   | This method will zoom in and center at the currentExtent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomIntoCenter(Int32,​ Single, Single)|ZoomIntoCenter]] ​  | Int32, Single, Single ​  ​| ​   | This method will zoom in and center at the currentExtent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomIntoCenter(Int32,​ PointShape)|ZoomIntoCenter]] ​  | Int32, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This method will zoom in and center at the currentExtent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomOut(Int32)|ZoomOut]] ​  | Int32   ​| ​   | This method will zoom out the currentExtent by the percentage provided. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomOutToCenter(Int32,​ Feature)|ZoomOutToCenter]] ​  | Int32, [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This method will zoom out and center at the currentExtent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomOutToCenter(Int32,​ PointShape)|ZoomOutToCenter]] ​  | Int32, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This method will zoom out and center at the currentExtent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomOutToCenter(Int32,​ Single, Single)|ZoomOutToCenter]] ​  | Int32, Single, Single ​  ​| ​   | This method will zoom out and center at the currentExtent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ZoomOutToCenter(Int32,​ ScreenPointF)|ZoomOutToCenter]] ​  | Int32, [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] ​  ​| ​   | This method will zoom out and center at the currentExtent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomToNextExtent()|ZoomToNextExtent]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomToPreviousExtent()|ZoomToPreviousExtent]] ​  ​| ​   |    | Reverts the MapControl to the previous extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomToScale(Double,​ Single, Single)|ZoomToScale]] ​  | Double, Single, Single ​  ​| ​   | This method will zoom the currentExtent to the new TargetScale with a given offset in screen coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomToScale(Double,​ ScreenPointF)|ZoomToScale]] ​  | Double, [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] ​  ​| ​   | This method will zoom the currentExtent to the new TargetScale with a given offset Screen Point. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomToScale(Double)|ZoomToScale]] ​  | Double ​  ​| ​   | This method will zoom the currentExtent to the targetScale. ​  |+
  
 +  * //This method will zoom out and center at the currentExtent.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom out.
 +
 +  * //​screenPoint//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]
 +    * Description:​This parameter is the screen Point you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double) **
 +
 +  * //This method will zoom the currentExtent to the targetScale.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​targetScale//​
 +    * Type:Double
 +    * Description:​This parameter is the scale you want to zoom to.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double,​ScreenPointF) **
 +
 +  * //This method will zoom the currentExtent to the new TargetScale with a given offset Screen Point.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​targetScale//​
 +    * Type:Double
 +    * Description:​This parameter is the scale you want to zoom to.
 +
 +  * //​offsetScreenPoint//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]
 +    * Description:​This parameter is the offset Screen Point.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomToScale(Double,​Single,​Single) **
 +
 +  * //This method will zoom the currentExtent to the new TargetScale with a given offset in screen coordinates.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​targetScale//​
 +    * Type:Double
 +    * Description:​This parameter is the scale you want to zoom to.
 +
 +  * //​offsetScreenX//​
 +    * Type:Single
 +    * Description:​This parameter is the offsetScreen X.
 +
 +  * //​offsetScreenY//​
 +    * Type:Single
 +    * Description:​This parameter is the offsetScreen Y.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Pan(Single,​Int32) **
 +
 +  * //This function will pan the currentExtent based on an angle and percentage.//​
 +== Remarks ==
 +  * //This method will change the current extent by panning according to the angle and percentage specified.//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //degree//
 +    * Type:Single
 +    * Description:​This parameter is the degree (angle) in which you want to pan.
 +
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to pan.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Pan(PanDirection,​Int32) **
 +
 +  * //This function will pan the currentExtent based on a direction and percentage.//​
 +== Remarks ==
 +  * //This method will change the current extent by panning according to the direction and percentage specified.//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​panDirection//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]]
 +    * Description:​This parameter is the direction in which you want to pan.
 +
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to pan.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CenterAt(Feature) **
 +
 +  * //This function will center the currentExtent based on the specified center feature.//
 +== Remarks ==
 +  * //This method will change the current extent by centering on the target centerFeature.//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​centerFeature//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
 +    * Description:​This parameter is the feature you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CenterAt(Single,​Single) **
 +
 +  * //This function will center the currentExtent based on the specified screenX and screenY.//
 +== Remarks ==
 +  * //This method will change the current extent by centering on the screenX and screenY coordinates you provide.//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //screenX//
 +    * Type:Single
 +    * Description:​This parameter is the screen X coordinate to center on.
 +
 +  * //screenY//
 +    * Type:Single
 +    * Description:​This parameter is the screen Y coordinate to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CenterAt(PointShape) **
 +
 +  * //This function will center the currentExtent on the specified worldPoint.//​
 +== Remarks ==
 +  * //This method will change the current extent by centering on the worldPoint you provide.//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​worldPoint//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
 +    * Description:​This parameter is the world point you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CenterAt(ScreenPointF) **
 +
 +  * //This function will center the currentExtent based on the specified screenPoint.//​
 +== Remarks ==
 +  * //This method will change the current extent by centering on the screenPoint you provide.//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenPoint//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]
 +    * Description:​This parameter is the screen point you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindFeatureLayer(String) **
 +
 +  * //This method will search all overlays for a feature layer that has a given layer key.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]
 +  * Description:​FeatureLayer with the specified key, or Null if nothing was found.
 +
 +== Parameters ==
 +  * //key//
 +    * Type:String
 +    * Description:​This parameter specifies the key for the returning feature layer.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindRasterLayer(String) **
 +
 +  * //This method will search all overlays for a raster layer that has a given layer key.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]
 +  * Description:​RasterLayer with the specified key, or Null if nothing was found.
 +
 +== Parameters ==
 +  * //key//
 +    * Type:String
 +    * Description:​This parameter specifies the key for the returning raster layer.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomToPreviousExtent() **
 +
 +  * //Reverts the MapControl to the previous extent.//
 +== Remarks ==
 +  * //The MapControl keeps track of all of its previous extents so you can go back one (or more) any time you want.//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomToNextExtent() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToggleMapExtents() **
 +
 +  * //Switch the MapControl'​s CurrentExtent between the current and previous extent.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{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.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{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.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //overlay//
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //extent//
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​Overlay) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //extent//
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //overlay//
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{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.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​overlays//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​IEnumerable<​Overlay>​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //extent//
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​overlays//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetBitmap(Single,​Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Bitmap
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //width//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //height//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Dispose() **
 +
 +  * //Releases all resources used by the MapControl.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomIn(Int32) **
 +
 +  * //This method will zoom in the currentExtent by the percentage provided.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom in.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​Feature) **
 +
 +  * //This method will zoom in and center at the currentExtent.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom in.
 +
 +  * //​centerFeature//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
 +    * Description:​This parameter is the feature you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​PointShape) **
 +
 +  * //This method will zoom in and center at the currentExtent.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom in.
 +
 +  * //​worldPoint//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
 +    * Description:​This parameter is the world point you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​Single,​Single) **
 +
 +  * //This method will zoom in and center at the currentExtent.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom in.
 +
 +  * //screenX//
 +    * Type:Single
 +    * Description:​This parameter is the screen X you want to center on.
 +
 +  * //screenY//
 +    * Type:Single
 +    * Description:​This parameter is the screen Y you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomIntoCenter(Int32,​ScreenPointF) **
 +
 +  * //This method will zoom in and center at the currentExtent.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom in.
 +
 +  * //​screenPoint//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]
 +    * Description:​This parameter is the screen point you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomOut(Int32) **
 +
 +  * //This method will zoom out the currentExtent by the percentage provided.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom out.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​Feature) **
 +
 +  * //This method will zoom out and center at the currentExtent.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom out.
 +
 +  * //​centerFeature//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
 +    * Description:​This parameter is the feature you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​PointShape) **
 +
 +  * //This method will zoom out and center at the currentExtent.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom out.
 +
 +  * //​worldPoint//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
 +    * Description:​This parameter is the world Point you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomOutToCenter(Int32,​Single,​Single) **
 +
 +  * //This method will zoom out and center at the currentExtent.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​percentage//​
 +    * Type:Int32
 +    * Description:​This parameter is the percentage by which you want to zoom out.
 +
 +  * //screenX//
 +    * Type:Single
 +    * Description:​This parameter is the screen X you want to center on.
 +
 +  * //screenY//
 +    * Type:Single
 +    * Description:​This parameter is the screen Y you want to center on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResetBindings() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetPreferredSize(Size) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Size
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​proposedSize//​
 +    * Type:Size
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BeginInvoke(Delegate) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​IAsyncResult
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //method//
 +    * Type:​Delegate
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BeginInvoke(Delegate,​Object[]) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:​IAsyncResult
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //method//
 +    * Type:​Delegate
 +    * Description:​N/​A
 +
 +  * //args//
 +    * Type:​Object[]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BringToFront() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Contains(Control) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //ctl//
 +    * Type:​Control
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CreateGraphics() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Graphics
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CreateControl() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DoDragDrop(Object,​DragDropEffects) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​DragDropEffects
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //data//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +  * //​allowedEffects//​
 +    * Type:​DragDropEffects
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DrawToBitmap(Bitmap,​Rectangle) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //bitmap//
 +    * Type:Bitmap
 +    * Description:​N/​A
 +
 +  * //​targetBounds//​
 +    * Type:​Rectangle
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} EndInvoke(IAsyncResult) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Object
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​asyncResult//​
 +    * Type:​IAsyncResult
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindForm() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Form
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Focus() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetChildAtPoint(Point,​GetChildAtPointSkip) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Control
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //pt//
 +    * Type:Point
 +    * Description:​N/​A
 +
 +  * //​skipValue//​
 +    * Type:​GetChildAtPointSkip
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetChildAtPoint(Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Control
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //pt//
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetContainerControl() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​IContainerControl
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetNextControl(Control,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Control
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //ctl//
 +    * Type:​Control
 +    * Description:​N/​A
 +
 +  * //forward//
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Hide() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate(Region) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //region//
 +    * Type:Region
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate(Region,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //region//
 +    * Type:Region
 +    * Description:​N/​A
 +
 +  * //​invalidateChildren//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​invalidateChildren//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate(Rectangle) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //rc//
 +    * Type:​Rectangle
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate(Rectangle,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //rc//
 +    * Type:​Rectangle
 +    * Description:​N/​A
 +
 +  * //​invalidateChildren//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invoke(Delegate) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Object
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //method//
 +    * Type:​Delegate
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invoke(Delegate,​Object[]) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Object
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //method//
 +    * Type:​Delegate
 +    * Description:​N/​A
 +
 +  * //args//
 +    * Type:​Object[]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PerformLayout() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PerformLayout(Control,​String) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​affectedControl//​
 +    * Type:​Control
 +    * Description:​N/​A
 +
 +  * //​affectedProperty//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PointToClient(Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Point
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //p//
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PointToScreen(Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Point
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //p//
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PreProcessMessage(Message&​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //msg//
 +    * Type:​Message&​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PreProcessControlMessage(Message&​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​PreProcessControlState
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //msg//
 +    * Type:​Message&​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResetBackColor() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResetCursor() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResetFont() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResetForeColor() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResetRightToLeft() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RectangleToClient(Rectangle) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Rectangle
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //r//
 +    * Type:​Rectangle
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RectangleToScreen(Rectangle) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Rectangle
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //r//
 +    * Type:​Rectangle
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResetText() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResumeLayout() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResumeLayout(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​performLayout//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Scale(Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //ratio//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Scale(Single,​Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //dx//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //dy//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Scale(SizeF) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //factor//
 +    * Type:SizeF
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Select() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SelectNextControl(Control,​Boolean,​Boolean,​Boolean,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //ctl//
 +    * Type:​Control
 +    * Description:​N/​A
 +
 +  * //forward//
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +  * //​tabStopOnly//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +  * //nested//
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +  * //wrap//
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SendToBack() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetBounds(Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //x//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //y//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //width//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //height//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetBounds(Int32,​Int32,​Int32,​Int32,​BoundsSpecified) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //x//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //y//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //width//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //height//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​specified//​
 +    * Type:​BoundsSpecified
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Show() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SuspendLayout() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Update() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ResetImeMode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Dispose() **
 +
 +  * //Releases all resources used by the MapControl.//​
 +== Remarks ==
 +  * //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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetLifetimeService() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Object
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} InitializeLifetimeService() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Object
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CreateObjRef(Type) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:ObjRef
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​requestedType//​
 +    * Type:Type
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //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 ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{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.//
 +== Remarks ==
 +  * //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 ==
 +  * Type:String
 +  * Description:​A string representing the version of the MapSuiteCore and Map Suite Desktop product that you are now using.
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} OnPaint(PaintEventArgs) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AccessibilityNotifyClients(AccessibleEvents,​ Int32, Int32)|AccessibilityNotifyClients]] ​  | AccessibleEvents,​ Int32, Int32   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CreateAccessibilityInstance()|CreateAccessibilityInstance]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CreateControlsInstance()|CreateControlsInstance]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CreateHandle()|CreateHandle]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DefWndProc(ref Message)|DefWndProc]] ​  | ref Message ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DestroyHandle()|DestroyHandle]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | Component(overriden) ​  | Releases the unmanaged resources used by the Map Control and its child controls. Optionally, releases the managed resources as well.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetAccessibilityObjectById(Int32)|GetAccessibilityObjectById]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetAutoSizeMode()|GetAutoSizeMode]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetScaledBounds(Rectangle,​ SizeF, BoundsSpecified)|GetScaledBounds]] ​  | Rectangle, SizeF, BoundsSpecified ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetService(Type)|GetService]] ​  | Type   | Component ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetStyle(ControlStyles)|GetStyle]] ​  | ControlStyles ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTopLevel()|GetTopLevel]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitLayout()|InitLayout]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InvokeGotFocus(Control,​ EventArgs)|InvokeGotFocus]] ​  | Control, EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InvokeLostFocus(Control,​ EventArgs)|InvokeLostFocus]] ​  | Control, EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InvokeOnClick(Control,​ EventArgs)|InvokeOnClick]] ​  | Control, EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InvokePaint(Control,​ PaintEventArgs)|InvokePaint]] ​  | Control, PaintEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InvokePaintBackground(Control,​ PaintEventArgs)|InvokePaintBackground]] ​  | Control, PaintEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​IsInputChar(Char)|IsInputChar]] ​  | Char   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​IsInputKey(Keys)|IsInputKey]] ​  | Keys   | Control(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone(Boolean)|MemberwiseClone]] ​  | Boolean ​  | MarshalByRefObject ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​NotifyInvalidate(Rectangle)|NotifyInvalidate]] ​  | Rectangle ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnAutoSizeChanged(EventArgs)|OnAutoSizeChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnBackColorChanged(EventArgs)|OnBackColorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnBackgroundImageChanged(EventArgs)|OnBackgroundImageChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnBackgroundImageLayoutChanged(EventArgs)|OnBackgroundImageLayoutChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnBindingContextChanged(EventArgs)|OnBindingContextChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCausesValidationChanged(EventArgs)|OnCausesValidationChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnChangeUICues(UICuesEventArgs)|OnChangeUICues]] ​  | UICuesEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnClick(EventArgs)|OnClick]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnClientSizeChanged(EventArgs)|OnClientSizeChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnContextMenuChanged(EventArgs)|OnContextMenuChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnContextMenuStripChanged(EventArgs)|OnContextMenuStripChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnControlAdded(ControlEventArgs)|OnControlAdded]] ​  | ControlEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnControlRemoved(ControlEventArgs)|OnControlRemoved]] ​  | ControlEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCreateControl()|OnCreateControl]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCurrentExtentChanged(CurrentExtentChangedWinformsMapEventArgs)|OnCurrentExtentChanged]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]] ​  ​| ​   | Raised when the CurrentExtent of the map changes. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCurrentExtentChanging(CurrentExtentChangingWinformsMapEventArgs)|OnCurrentExtentChanging]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]] ​  ​| ​   | Raised before the CurrentExtent of the map changes. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCurrentScaleChanged(CurrentScaleChangedWinformsMapEventArgs)|OnCurrentScaleChanged]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]] ​  ​| ​   | Raised when the CurrentScale of the map changes. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCurrentScaleChanging(CurrentScaleChangingWinformsMapEventArgs)|OnCurrentScaleChanging]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]] ​  ​| ​   | Raised before the CurrentScale of the map changes. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCursorChanged(EventArgs)|OnCursorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDockChanged(EventArgs)|OnDockChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDoubleClick(EventArgs)|OnDoubleClick]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDragDrop(DragEventArgs)|OnDragDrop]] ​  | DragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDragEnter(DragEventArgs)|OnDragEnter]] ​  | DragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDragLeave(EventArgs)|OnDragLeave]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDragOver(DragEventArgs)|OnDragOver]] ​  | DragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnEnabledChanged(EventArgs)|OnEnabledChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnEnter(EventArgs)|OnEnter]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFontChanged(EventArgs)|OnFontChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnForeColorChanged(EventArgs)|OnForeColorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGiveFeedback(GiveFeedbackEventArgs)|OnGiveFeedback]] ​  | GiveFeedbackEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGotFocus(EventArgs)|OnGotFocus]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnHandleCreated(EventArgs)|OnHandleCreated]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnHandleDestroyed(EventArgs)|OnHandleDestroyed]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnHelpRequested(HelpEventArgs)|OnHelpRequested]] ​  | HelpEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnImeModeChanged(EventArgs)|OnImeModeChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnInvalidated(InvalidateEventArgs)|OnInvalidated]] ​  | InvalidateEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnKeyDown(KeyEventArgs)|OnKeyDown]] ​  | KeyEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnKeyPress(KeyPressEventArgs)|OnKeyPress]] ​  | KeyPressEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnKeyUp(KeyEventArgs)|OnKeyUp]] ​  | KeyEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLayout(LayoutEventArgs)|OnLayout]] ​  | LayoutEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLeave(EventArgs)|OnLeave]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLocationChanged(EventArgs)|OnLocationChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLostFocus(EventArgs)|OnLostFocus]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapClick(MapClickWinformsMapEventArgs)|OnMapClick]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]] ​  ​| ​   | This event is raised when clicking on the Map without any mouse movement (dragging). ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMarginChanged(EventArgs)|OnMarginChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseCaptureChanged(EventArgs)|OnMouseCaptureChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseClick(MouseEventArgs)|OnMouseClick]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseDoubleClick(MouseEventArgs)|OnMouseDoubleClick]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseDown(MouseEventArgs)|OnMouseDown]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseEnter(EventArgs)|OnMouseEnter]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseHover(EventArgs)|OnMouseHover]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeave(EventArgs)|OnMouseLeave]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseMove(MouseEventArgs)|OnMouseMove]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseUp(MouseEventArgs)|OnMouseUp]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseWheel(MouseEventArgs)|OnMouseWheel]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMove(EventArgs)|OnMove]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnNotifyMessage(Message)|OnNotifyMessage]] ​  | Message ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnOverlayDrawing(OverlayDrawingWinformsMapEventArgs)|OnOverlayDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]] ​  ​| ​   | This event will be fired before the Overlay is drawn. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnOverlayDrawn(OverlayDrawnWinformsMapEventArgs)|OnOverlayDrawn]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]] ​  ​| ​   | This event will be fired after the Overlay has been drawn. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnOverlaysDrawing(OverlaysDrawingWinformsMapEventArgs)|OnOverlaysDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]] ​  ​| ​   | This event will be fired before the Overlays are drawn. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnOverlaysDrawn(OverlaysDrawnWinformsMapEventArgs)|OnOverlaysDrawn]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]] ​  ​| ​   | This event will be fired after the Overlays have been drawn. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnPaddingChanged(EventArgs)|OnPaddingChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#OnPaint(PaintEventArgs)|OnPaint]] ​  | PaintEventArgs ​  | Control(overriden) ​  | This method overrides the OnPaint API of the Canvas which the WinformsMap Control inherits from.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnPaintBackground(PaintEventArgs)|OnPaintBackground]] ​  | PaintEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentBackColorChanged(EventArgs)|OnParentBackColorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentBackgroundImageChanged(EventArgs)|OnParentBackgroundImageChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentBindingContextChanged(EventArgs)|OnParentBindingContextChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentChanged(EventArgs)|OnParentChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentCursorChanged(EventArgs)|OnParentCursorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentEnabledChanged(EventArgs)|OnParentEnabledChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentFontChanged(EventArgs)|OnParentFontChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentForeColorChanged(EventArgs)|OnParentForeColorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentRightToLeftChanged(EventArgs)|OnParentRightToLeftChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnParentVisibleChanged(EventArgs)|OnParentVisibleChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnPreviewKeyDown(PreviewKeyDownEventArgs)|OnPreviewKeyDown]] ​  | PreviewKeyDownEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnPrint(PaintEventArgs)|OnPrint]] ​  | PaintEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnQueryContinueDrag(QueryContinueDragEventArgs)|OnQueryContinueDrag]] ​  | QueryContinueDragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRegionChanged(EventArgs)|OnRegionChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnResize(EventArgs)|OnResize]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRightToLeftChanged(EventArgs)|OnRightToLeftChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSizeChanged(EventArgs)|OnSizeChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnStyleChanged(EventArgs)|OnStyleChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSystemColorsChanged(EventArgs)|OnSystemColorsChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTabIndexChanged(EventArgs)|OnTabIndexChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTabStopChanged(EventArgs)|OnTabStopChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTextChanged(EventArgs)|OnTextChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnValidated(EventArgs)|OnValidated]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnValidating(CancelEventArgs)|OnValidating]] ​  | CancelEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVisibleChanged(EventArgs)|OnVisibleChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ProcessCmdKey(ref Message, Keys)|ProcessCmdKey]] ​  | ref Message, Keys   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ProcessDialogChar(Char)|ProcessDialogChar]] ​  | Char   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ProcessDialogKey(Keys)|ProcessDialogKey]] ​  | Keys   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ProcessKeyEventArgs(ref Message)|ProcessKeyEventArgs]] ​  | ref Message ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ProcessKeyPreview(ref Message)|ProcessKeyPreview]] ​  | ref Message ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RaiseDragEvent(Object,​ DragEventArgs)|RaiseDragEvent]] ​  | Object, DragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RaiseKeyEvent(Object,​ KeyEventArgs)|RaiseKeyEvent]] ​  | Object, KeyEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RaiseMouseEvent(Object,​ MouseEventArgs)|RaiseMouseEvent]] ​  | Object, MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RaisePaintEvent(Object,​ PaintEventArgs)|RaisePaintEvent]] ​  | Object, PaintEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RecreateHandle()|RecreateHandle]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ResetMouseEventArgs()|ResetMouseEventArgs]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RtlTranslateAlignment(LeftRightAlignment)|RtlTranslateAlignment]] ​  | LeftRightAlignment ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RtlTranslateAlignment(ContentAlignment)|RtlTranslateAlignment]] ​  | ContentAlignment ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RtlTranslateAlignment(HorizontalAlignment)|RtlTranslateAlignment]] ​  | HorizontalAlignment ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RtlTranslateHorizontal(HorizontalAlignment)|RtlTranslateHorizontal]] ​  | HorizontalAlignment ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RtlTranslateLeftRight(LeftRightAlignment)|RtlTranslateLeftRight]] ​  | LeftRightAlignment ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ScaleControl(SizeF,​ BoundsSpecified)|ScaleControl]] ​  | SizeF, BoundsSpecified ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ScaleCore(Single,​ Single)|ScaleCore]] ​  | Single, Single ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Select(Boolean,​ Boolean)|Select]] ​  | Boolean, Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetAutoSizeMode(AutoSizeMode)|SetAutoSizeMode]] ​  | AutoSizeMode ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetBoundsCore(Int32,​ Int32, Int32, Int32, BoundsSpecified)|SetBoundsCore]] ​  | Int32, Int32, Int32, Int32, BoundsSpecified ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetClientSizeCore(Int32,​ Int32)|SetClientSizeCore]] ​  | Int32, Int32   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetStyle(ControlStyles,​ Boolean)|SetStyle]] ​  | ControlStyles,​ Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetTopLevel(Boolean)|SetTopLevel]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetVisibleCore(Boolean)|SetVisibleCore]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SizeFromClientSize(Size)|SizeFromClientSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​UpdateBounds(Int32,​ Int32, Int32, Int32)|UpdateBounds]] ​  | Int32, Int32, Int32, Int32   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​UpdateBounds(Int32,​ Int32, Int32, Int32, Int32, Int32)|UpdateBounds]] ​  | Int32, Int32, Int32, Int32, Int32, Int32   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​UpdateStyles()|UpdateStyles]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​UpdateZOrder()|UpdateZOrder]] ​  ​| ​   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​WndProc(ref Message)|WndProc]] ​  | ref Message ​  | Control ​  ​| ​   |+
  
-==== Public Properties ==== +  ​* //This method overrides ​the OnPaint API of the Canvas which the WinformsMap ​Control ​inherits from.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibilityObject|AccessibilityObject]] ​  ​| AccessibleObject ​  | Control ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnPaint.28PaintEventArgs.29//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibleDefaultActionDescription|AccessibleDefaultActionDescription]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibleDescription|AccessibleDescription]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibleName|AccessibleName]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AccessibleRole|AccessibleRole]] ​  | AccessibleRole ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AdornmentOverlay|AdornmentOverlay]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.AdornmentOverlay|AdornmentOverlay]] ​  ​| ​   | This property gets or sets the adornment overlay in the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AllowDrop|AllowDrop]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Anchor|Anchor]] ​  | AnchorStyles ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoScrollOffset|AutoScrollOffset]] ​  | Point   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoSize|AutoSize]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BackColor|BackColor]] ​  | Color   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BackgroundImage|BackgroundImage]] ​  | Image   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BackgroundImageLayout|BackgroundImageLayout]] ​  | ImageLayout ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BackgroundOverlay|BackgroundOverlay]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.BackgroundOverlay|BackgroundOverlay]] ​  ​| ​   | This property gets or sets the backgournd overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BindingContext|BindingContext]] ​  | BindingContext ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Bottom|Bottom]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Bounds|Bounds]] ​  | Rectangle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanFocus|CanFocus]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanSelect|CanSelect]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Capture|Capture]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CausesValidation|CausesValidation]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClientRectangle|ClientRectangle]] ​  | Rectangle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClientSize|ClientSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CompanyName|CompanyName]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CompositingQuality|CompositingQuality]] ​  | CompositingQuality ​  ​| ​   | This property returns or sets the quality level to use during compositing. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Container|Container]] ​  | IContainer ​  | Component ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContainsFocus|ContainsFocus]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContextMenu|ContextMenu]] ​  | ContextMenu ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContextMenuStrip|ContextMenuStrip]] ​  | ContextMenuStrip ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Controls|Controls]] ​  | Control+ControlCollection ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Created|Created]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentExtent|CurrentExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | Gets or sets the current extent ​of the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentScale|CurrentScale]] ​  | Double ​  ​| ​   | Gets or sets the current scale of the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Cursor|Cursor]] ​  | Cursor ​  ​| ​Control ​  |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DataBindings|DataBindings]] ​  | ControlBindingsCollection ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DisplayRectangle|DisplayRectangle]] ​  | Rectangle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Disposing|Disposing]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Dock|Dock]] ​  | DockStyle ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingQuality|DrawingQuality]] ​  | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] ​  ​| ​   | This property returns the drawing quality when rendering on the GeoCanvas. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EditOverlay|EditOverlay]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay|EditInteractiveOverlay]] ​  ​| ​   | This property gets or sets the edit overlay in the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Enabled|Enabled]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ExtentOverlay|ExtentOverlay]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]] ​  ​| ​   | This property gets or sets the extent overlay in the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Focused|Focused]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Font|Font]] ​  | Font   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ForeColor|ForeColor]] ​  | Color   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Handle|Handle]] ​  | IntPtr ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasChildren|HasChildren]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Height|Height]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImeMode|ImeMode]] ​  | ImeMode ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InteractiveOverlays|InteractiveOverlays]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]]> ​  ​| ​   | This property gets the collection of InterativeOverlays in the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​InvokeRequired|InvokeRequired]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsAccessible|IsAccessible]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsDisposed|IsDisposed]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsHandleCreated|IsHandleCreated]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsMirrored|IsMirrored]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayoutEngine|LayoutEngine]] ​  | LayoutEngine ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Left|Left]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Location|Location]] ​  | Point   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapFocusMode|MapFocusMode]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapFocusMode|MapFocusMode]] ​  ​| ​   | This property gets or sets the MapFocusMode ​for the MapControl when dealing with the issue of the map taking focus. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​MapResizeMode|MapResizeMode]] ​  | [[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]] ​  ​| ​   | This property gets or sets the MapResizeMode to be used when resizing the MapControl. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​MapUnit|MapUnit]] ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  ​| ​   | This property gets or sets the map unit used by the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Margin|Margin]] ​  | Padding ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaximumScale|MaximumScale]] ​  | Double ​  ​| ​   | This property will gets or sets the MaximumScale your MapControl can zoom out to when your ZoomLevelSnappingMode is set to None.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaximumSize|MaximumSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MinimumScale|MinimumScale]] ​  | Double ​  ​| ​   | This property gets or sets the MinimumScale your MapControl can zoom into when your ZoomLevelSnappingMode is set to None.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MinimumSize|MinimumSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Overlays|Overlays]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]> ​  ​| ​   | This property gets the collection of Overlays in the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#Padding|Padding]] ​  | Padding ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Parent|Parent]] ​  | Control ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PreferredSize|PreferredSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ProductName|ProductName]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ProductVersion|ProductVersion]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RecreatingHandle|RecreatingHandle]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Region|Region]] ​  | Region ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RestrictedExtent|RestrictedExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Right|Right]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RightToLeft|RightToLeft]] ​  | RightToLeft ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Site|Site]] ​  | ISite   | Component(overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Size|Size]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SmoothingMode|SmoothingMode]] ​  | SmoothingMode ​  ​| ​   | This property returns or sets the rendering quality for the drawing canvas. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TabIndex|TabIndex]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TabStop|TabStop]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Tag|Tag]] ​  | Object ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Text|Text]] ​  | String ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextRenderingHint|TextRenderingHint]] ​  | TextRenderingHint ​  ​| ​   | This property returns or sets the rendering mode for text associated with this GeoCanvas. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ThreadingMode|ThreadingMode]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapThreadingMode|MapThreadingMode]] ​  ​| ​   | This property gets or sets the ThreadingMode used in the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Top|Top]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TopLevelControl|TopLevelControl]] ​  | Control ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TrackOverlay|TrackOverlay]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]] ​  ​| ​   | This property gets or sets the track overlay in the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UseWaitCursor|UseWaitCursor]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Visible|Visible]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Width|Width]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WindowTarget|WindowTarget]] ​  | IWindowTarget ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] ​  ​| ​   | This property gets or sets the ZoomLevelSet used for the MapControl. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSnapping|ZoomLevelSnapping]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]] ​  ​| ​   | This property gets or sets the ZoomLevelSnappingMode in the MapControl. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​CanEnableIme|CanEnableIme]] ​  | Boolean ​  | Control ​  ​| ​   | +  * Description:N/A
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​CanRaiseEvents|CanRaiseEvents]] ​  | Boolean ​  | Component(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​CreateParams|CreateParams]] ​  | CreateParams ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultCursor|DefaultCursor]] ​  | Cursor ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultImeMode|DefaultImeMode]] ​  | ImeMode ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultMargin|DefaultMargin]] ​  | Padding ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultMaximumSize|DefaultMaximumSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultMinimumSize|DefaultMinimumSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultPadding|DefaultPadding]] ​  | Padding ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DefaultSize|DefaultSize]] ​  | Size   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DesignMode|DesignMode]] ​  | Boolean ​  | Component ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​DoubleBuffered|DoubleBuffered]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​Events|Events]] ​  | EventHandlerList ​  | Component ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​FontHeight|FontHeight]] ​  | Int32   | Control ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ImeModeBase|ImeModeBase]] ​  | ImeMode ​  | Control ​  ​| ​   | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​ResizeRedraw|ResizeRedraw]] ​  | Boolean ​  | Control ​  ​| ​   | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​ScaleChildren|ScaleChildren]] ​  | Boolean ​  | Control ​  ​| ​   |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //e// 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​AutoSizeChanged|AutoSizeChanged]] ​  | EventArgs ​  | Control ​  ​| ​   +    ​* Type:PaintEventArgs 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​BackColorChanged|BackColorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +    ​* Description:The events args for the OnPaint API.
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​BackgroundImageChanged|BackgroundImageChanged]] ​  | EventArgs ​  | Control ​  ​| ​   +
-| {{wiki:PublicEvent.gif|Public Event}}[[#​BackgroundImageLayoutChanged|BackgroundImageLayoutChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​BindingContextChanged|BindingContextChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​CausesValidationChanged|CausesValidationChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ChangeUICues|ChangeUICues]] ​  | UICuesEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Click|Click]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ClientSizeChanged|ClientSizeChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ContextMenuChanged|ContextMenuChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ContextMenuStripChanged|ContextMenuStripChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ControlAdded|ControlAdded]] ​  | ControlEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ControlRemoved|ControlRemoved]] ​  | ControlEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​CurrentExtentChanged|CurrentExtentChanged]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]] ​  ​| ​   | This event will be raised after the CurrentExtent of the Map changes  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​CurrentExtentChanging|CurrentExtentChanging]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]] ​  ​| ​   | This event will be raised before the CurrentExtent of the Map changes. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​CurrentScaleChanged|CurrentScaleChanged]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]] ​  ​| ​   | This event will be raised after the CurrentScale of the Map changes. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​CurrentScaleChanging|CurrentScaleChanging]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]] ​  ​| ​   | This event will be raised before the CurrentScale of the Map changes. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​CursorChanged|CursorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Disposed|Disposed]] ​  | EventArgs ​  | Component ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DockChanged|DockChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DoubleClick|DoubleClick]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DragDrop|DragDrop]] ​  | DragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DragEnter|DragEnter]] ​  | DragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DragLeave|DragLeave]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DragOver|DragOver]] ​  | DragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​EnabledChanged|EnabledChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Enter|Enter]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FontChanged|FontChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ForeColorChanged|ForeColorChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​GiveFeedback|GiveFeedback]] ​  | GiveFeedbackEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​GotFocus|GotFocus]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​HandleCreated|HandleCreated]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​HandleDestroyed|HandleDestroyed]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​HelpRequested|HelpRequested]] ​  | HelpEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ImeModeChanged|ImeModeChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Invalidated|Invalidated]] ​  | InvalidateEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​KeyDown|KeyDown]] ​  | KeyEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​KeyPress|KeyPress]] ​  | KeyPressEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​KeyUp|KeyUp]] ​  | KeyEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Layout|Layout]] ​  | LayoutEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Leave|Leave]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LocationChanged|LocationChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LostFocus|LostFocus]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapClick|MapClick]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]] ​  ​| ​   | This event will be fired when you click on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MarginChanged|MarginChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseCaptureChanged|MouseCaptureChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseClick|MouseClick]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseDoubleClick|MouseDoubleClick]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseDown|MouseDown]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseEnter|MouseEnter]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseHover|MouseHover]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseLeave|MouseLeave]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseMove|MouseMove]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseUp|MouseUp]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseWheel|MouseWheel]] ​  | MouseEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Move|Move]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​OverlayDrawing|OverlayDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]] ​  ​| ​   | This event will be fired before an overlay is drawn. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​OverlayDrawn|OverlayDrawn]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]] ​  ​| ​   | This event will be fired after an overlay is drawn. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​OverlaysDrawing|OverlaysDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]] ​  ​| ​   | This event will be fired before all overlays are drawn. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​OverlaysDrawn|OverlaysDrawn]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]] ​  ​| ​   | This event will be fired after all overlays are drawn. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​PaddingChanged|PaddingChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Paint|Paint]] ​  | PaintEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ParentChanged|ParentChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​PreviewKeyDown|PreviewKeyDown]] ​  | PreviewKeyDownEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​QueryAccessibilityHelp|QueryAccessibilityHelp]] ​  | QueryAccessibilityHelpEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​QueryContinueDrag|QueryContinueDrag]] ​  | QueryContinueDragEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RegionChanged|RegionChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Resize|Resize]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RightToLeftChanged|RightToLeftChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SizeChanged|SizeChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​StyleChanged|StyleChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SystemColorsChanged|SystemColorsChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TabIndexChanged|TabIndexChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TabStopChanged|TabStopChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TextChanged|TextChanged]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Validated|Validated]] ​  | EventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Validating|Validating]] ​  | CancelEventArgs ​  | Control ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VisibleChanged|VisibleChanged]] ​  | EventArgs ​  | Control ​  ​| ​   |+
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== WinformsMap() ==== +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean**
-Constructor of the Winform MapControl. +
-=== Remarks === +
-In this constructor,​ we will initialize some class modular variables and hook up some events. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //Releases the unmanaged resources used by the Map Control and its child controls. Optionallyreleases the managed resources as well.// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28Boolean.29//​
-==== BeginInvoke(DelegateObject[]) ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IAsyncResult<​!-- System.IAsyncResult --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| method ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   | +  Description:N/A
-| args   | Object[]<​!-- System.Object[[]] --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//disposing// 
-==== BeginInvoke(Delegate) ​==== +    * Type:Boolean 
-=== Remarks === +    ​* ​Description:True to release both managed and unmanaged resources; false to release only unmanaged resources.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BeginInvoke.28Delegate.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BeginInvoke.28Delegate.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| IAsyncResult<​!-- System.IAsyncResult --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapClick(MapClickWinformsMapEventArgs) **
-| method ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //This event is raised when clicking on the Map without any mouse movement ​(dragging).// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== BringToFront() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMapClick.28MapClickWinformsMapEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BringToFront.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BringToFront.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== CenterAt(ScreenPointF) ​==== +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]] 
-This function will center the currentExtent based on the specified screenPoint. +    ​* ​Description:The WinformsMapClickEventArgs passed for the event raised.
-=== Overloads === +
-This overload allows you to pass in a screen point as the center. +
-=== Remarks === +
-This method will change the current extent by centering on the screenPoint you provide+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnOverlaysDrawing(OverlaysDrawingWinformsMapEventArgs) **
-| screenPoint ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --  | This parameter is the screen point you want to center on  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //This event will be fired before ​the Overlays are drawn.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== CenterAt(PointShape) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29//​
-This function ​will center ​the currentExtent on the specified worldPoint+
-=== Overloads === +
-This overload allows you to pass in a world pointShape as the center. +
-=== Remarks ​=== +
-This method will change ​the current extent by centering on the worldPoint you provide. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| worldPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter is the world point you want to center on.   |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== CenterAt(Feature) ==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]] 
-This function will center ​the currentExtent based on the specified center feature. +    * Description:​The OverlaysDrawingEventArgs passed for the event raised.
-=== Overloads === +
-This overload allows you to pass in a feature as the center. +
-=== Remarks === +
-This method will change the current extent by centering on the target centerFeature. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnOverlaysDrawn(OverlaysDrawnWinformsMapEventArgs) **
-| centerFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | This parameter is the feature you want to center on  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //This event will be fired after the Overlays have been drawn.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== CenterAt(Single,​ Single) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29//​
-This function ​will center ​the currentExtent based on the specified screenX and screenY+
-=== Overloads === +
-This overload allows you to pass in a world point as the center. +
-=== Remarks ​=== +
-This method will change ​the current extent by centering on the screenX and screenY coordinates you provide. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| screenX ​  | Single<​!-- System.Single --> ​  | This parameter is the screen X coordinate to center on.   | +  Description:N/A
-| screenY ​  | Single<​!-- System.Single --> ​  | This parameter is the screen Y coordinate to center on.   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== Contains(Control) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]] 
-=== Remarks === +    ​* ​Description:The OverlaysDrawingEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Contains.28Control.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Contains.28Control.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnOverlayDrawing(OverlayDrawingWinformsMapEventArgs) **
-| ctl   | Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //This event will be fired before the Overlay is drawn.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== CreateControl() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawing.28OverlayDrawingWinformsMapEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControl.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControl.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== CreateGraphics() ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]] 
-=== Remarks === +    ​* ​Description:The OverlayDrawingEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateGraphics.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateGraphics.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Graphics<​!-- System.Drawing.Graphics --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnOverlayDrawn(OverlayDrawnWinformsMapEventArgs) **
  
-<!-- System.Windows.Forms.Control --> +  * //This event will be fired after the Overlay has been drawn.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== CreateObjRef(Type) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawn.28OverlayDrawnWinformsMapEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateObjRef.28Type.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateObjRef.28Type.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| ObjRef<​!-- System.Runtime.Remoting.ObjRef --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| requestedType ​  | Type<!-- System.Type --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.MarshalByRefObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== Dispose() ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]] 
-Releases all resources used by the MapControl. +    ​* ​Description:The OverlayDrawingEventArgs passed for the event raised.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnCurrentScaleChanged(CurrentScaleChangedWinformsMapEventArgs) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //Raised when the CurrentScale of the map changes.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Dispose() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanged.28CurrentScaleChangedWinformsMapEventArgs.29//
-Releases all resources used by the MapControl+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.ComponentModel.Component --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== DoDragDrop(Object,​ DragDropEffects) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]] 
-=== Remarks === +    ​* ​Description:The CurrentScaleChangedEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoDragDrop.28Object.2C_DragDropEffects.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoDragDrop.28Object.2C_DragDropEffects.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| DragDropEffects<​!-- System.Windows.Forms.DragDropEffects --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnCurrentExtentChanged(CurrentExtentChangedWinformsMapEventArgs) **
-| data   | Object<!-- System.Object --  |    | +
-| allowedEffects ​  | DragDropEffects<​!-- System.Windows.Forms.DragDropEffects --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //Raised when the CurrentExtent of the map changes.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== DrawToBitmap(Bitmap,​ Rectangle) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanged.28CurrentExtentChangedWinformsMapEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DrawToBitmap.28Bitmap.2C_Rectangle.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DrawToBitmap.28Bitmap.2C_Rectangle.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| bitmap ​  | Bitmap<​!-- System.Drawing.Bitmap --> ​  ​| ​   | +  Description:N/A
-| targetBounds ​  | Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== EndInvoke(IAsyncResult) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]] 
-=== Remarks === +    ​* ​Description:The CurrentExtentChangedEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​EndInvoke.28IAsyncResult.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​EndInvoke.28IAsyncResult.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnCurrentScaleChanging(CurrentScaleChangingWinformsMapEventArgs) **
-| asyncResult ​  | IAsyncResult<​!-- System.IAsyncResult --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //Raised before the CurrentScale of the map changes.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Equals(Object) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Equals.28Object.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== FindFeatureLayer(String) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]] 
-This method will search all overlays for a feature layer that has a given layer key. +    * Description:​The CurrentScaleChangingEventArgs passed for the event raised.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindFeatureLayer.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindFeatureLayer.28String.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]<!-- ThinkGeo.MapSuite.Core.FeatureLayer --> ​  | FeatureLayer with the specified key, or Null if nothing was found  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnCurrentExtentChanging(CurrentExtentChangingWinformsMapEventArgs) **
-| key   | String<!-- System.String --  | This parameter specifies the key for the returning feature layer  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //Raised before the CurrentExtent of the map changes.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== FindForm() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindForm.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindForm.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Form<!-- System.Windows.Forms.Form --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== FindRasterLayer(String) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]] 
-This method will search all overlays for a raster layer that has a given layer key. +    * Description:​The CurrentExtentChangingEventArgs passed for the event raised.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindRasterLayer.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FindRasterLayer.28String.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]<!-- ThinkGeo.MapSuite.Core.RasterLayer --> ​  | RasterLayer with the specified key, or Null if nothing was found  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} IsInputKey(Keys) **
-| key   | String<!-- System.String --  | This parameter specifies the key for the returning raster layer  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Focus() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsInputKey.28Keys.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Focus.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Focus.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//keyData// 
-==== GetBitmap(Single,​ Single) ​==== +    ​* ​Type:Keys 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetBitmap.28Single.2C_Single.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetBitmap.28Single.2C_Single.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Bitmap<​!-- System.Drawing.Bitmap --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetAccessibilityObjectById(Int32) **
-| width   | Single<!-- System.Single --  |    | +
-| height ​  | Single<​!-- System.Single --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetChildAtPoint(Point,​ GetChildAtPointSkip) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAccessibilityObjectById.28Int32.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetChildAtPoint.28Point.2C_GetChildAtPointSkip.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetChildAtPoint.28Point.2C_GetChildAtPointSkip.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​AccessibleObject 
-| pt   | Point<​!-- System.Drawing.Point --> ​  ​| ​   | +  Description:N/A
-| skipValue ​  | GetChildAtPointSkip<​!-- System.Windows.Forms.GetChildAtPointSkip --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//objectId// 
-==== GetChildAtPoint(Point) ​==== +    ​* ​Type:Int32 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetChildAtPoint.28Point.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetChildAtPoint.28Point.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} SetAutoSizeMode(AutoSizeMode) **
-| pt   | Point<​!-- System.Drawing.Point --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetContainerControl() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetAutoSizeMode.28AutoSizeMode.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetContainerControl.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetContainerControl.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IContainerControl<​!-- System.Windows.Forms.IContainerControl --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//mode// 
-==== GetHashCode() ​==== +    ​* ​Type:​AutoSizeMode 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GetAutoSizeMode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetLifetimeService() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAutoSizeMode.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetLifetimeService.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetLifetimeService.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​AutoSizeMode 
 +  Description:N/A
  
-<!-- System.MarshalByRefObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== GetNextControl(Control,​ Boolean) ​==== +** {{wiki:​ProtectedMethod.gif|}} NotifyValidationResult(Object,​CancelEventArgs) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetNextControl.28Control.2C_Boolean.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetNextControl.28Control.2C_Boolean.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| ctl   | Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   | +  ​* //N/A//
-| forward ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetPreferredSize(Size) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Size<!-- System.Drawing.Size --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​sender//​ 
-| proposedSize ​  | Size<!-- System.Drawing.Size --> ​  ​| ​   |+    * Type:Object 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +  * //ev// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​CancelEventArgs 
-==== GetType() ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} ValidateActiveControl(Boolean&​) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetVersion() ==== +  ​* ​//N/A//
-<!-- static --> +
-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 ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetVersion.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetVersion.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  | A string representing the version of the MapSuiteCore and Map Suite Desktop product that you are now using. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//validatedControlAllowsFocusChange// 
-==== Hide() ​==== +    ​* ​Type:​Boolean&​ 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Hide.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Hide.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GetPreferredSizeCore(Size) **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== InitializeLifetimeService() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InitializeLifetimeService.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InitializeLifetimeService.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Size 
 +  Description:N/A
  
-<!-- System.MarshalByRefObject --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//proposedSize// 
-==== Invalidate() ​==== +    ​* ​Type:Size 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} AddReflectChild() **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Invalidate(Region) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| region ​  | Region<​!-- System.Drawing.Region --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== Invalidate(Region,​ Boolean) ​==== +** {{wiki:​ProtectedMethod.gif|}} RemoveReflectChild() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.2C_Boolean.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.2C_Boolean.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| region ​  | Region<​!-- System.Drawing.Region --> ​  ​| ​   | +  ​* //N/A//
-| invalidateChildren ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Invalidate(Boolean) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Boolean.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| invalidateChildren ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} AccessibilityNotifyClients(AccessibleEvents,​Int32) **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Invalidate(Rectangle) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Rectangle.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Rectangle.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| rc   | Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//accEvent// 
-==== Invalidate(Rectangle,​ Boolean) ​==== +    ​* ​Type:​AccessibleEvents 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Rectangle.2C_Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Rectangle.2C_Boolean.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //childID// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| rc   | Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   +    ​* Description:​N/​A
-| invalidateChildren ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} AccessibilityNotifyClients(AccessibleEvents,​Int32,​Int32) **
-==== Invoke(Delegate) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BeginInvoke.28Delegate.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BeginInvoke.28Delegate.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| method ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   |+  ​* //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//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Invoke(Delegate,​ Object[]) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​accEvent//​ 
-| method ​  | Delegate<​!-- System.Delegate --> ​  ​| ​   | +    ​* Type:​AccessibleEvents 
-| args   | Object[]<​!-- System.Object[[]] --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +  * //​objectID//​ 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== Pan(Single, ​Int32) ==== +    ​* ​Description:N/A
-This function will pan the currentExtent based on an angle and percentage. +
-=== Overloads === +
-This overload allows you to pass in an angle and a percentage by which you want to pan. +
-=== Remarks === +
-This method will change the current extent by panning according to the angle and percentage specified. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //childID// 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Int32 
-| degree ​  | Single<​!-- System.Single --> ​  | This parameter is the degree (angle) in which you want to pan.   | +    * Description:N/A
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to pan.   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} AssignParent(Control**
-==== Pan(PanDirection,​ Int32==== +
-This function will pan the currentExtent based on a direction and percentage. +
-=== Overloads === +
-This overload allows you to pass a degree and percentage. +
-=== Remarks === +
-This method will change the current extent by panning according to the direction and percentage specified. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| panDirection ​  | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]]<​!-- ThinkGeo.MapSuite.Core.PanDirection --> ​  | This parameter is the direction in which you want to pan.   | +  ​* //N/A//
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to pan.   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== PerformLayout(Control,​ String) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28Control.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28Control.2C_String.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //value// 
-| affectedControl ​  ​| ​Control<!-- System.Windows.Forms.Control --> ​  ​| ​   | +    * Type:Control 
-| affectedProperty ​  | String<​!-- System.String --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} BeginUpdateInternal() **
-==== PerformLayout() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== PointToClient(Point) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PointToClient.28Point.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PointToClient.28Point.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Point<​!-- System.Drawing.Point --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| p   | Point<​!-- System.Drawing.Point --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} CanProcessMnemonic() **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== PointToScreen(Point) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PointToScreen.28Point.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PointToScreen.28Point.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Point<​!-- System.Drawing.Point --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| p   | Point<​!-- System.Drawing.Point --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== PreProcessControlMessage(ref Message) ​==== +** {{wiki:​ProtectedMethod.gif|}} CanSelectCore() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| PreProcessControlState<​!-- System.Windows.Forms.PreProcessControlState --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| msg   | ref Message<​!-- System.Windows.Forms.Message --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== PreProcessMessage(ref Message) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| msg   | ref Message<​!-- System.Windows.Forms.Message --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} CreateAccessibilityInstance() **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RectangleToClient(Rectangle) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateAccessibilityInstance.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RectangleToClient.28Rectangle.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RectangleToClient.28Rectangle.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​AccessibleObject 
-| r   | Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== RectangleToScreen(Rectangle) ​==== +** {{wiki:​ProtectedMethod.gif|}} CreateControlsInstance() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RectangleToScreen.28Rectangle.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RectangleToScreen.28Rectangle.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| r   | Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControlsInstance.28.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​ControlCollection 
-==== Refresh(RectangleShape,​ IEnumerable<​Overlay>​) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div> 
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  |    | +** {{wiki:​ProtectedMethod.gif|}} CreateGraphicsInternal() **
-| overlays ​  | IEnumerable<[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.DesktopEdition.Overlay--> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Refresh(RectangleShape,​ Overlay) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28RectangleShape.2C_Overlay.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28RectangleShape.2C_Overlay.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Graphics 
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| overlay ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]<​!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== Refresh(IEnumerable<​Overlay>​) ​==== +** {{wiki:​ProtectedMethod.gif|}} CreateHandle() **
-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 === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| overlays ​  | IEnumerable<​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.DesktopEdition.Overlay} --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateHandle.28.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Refresh(Overlay) ==== +  * Description:N/A
-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 === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28Overlay.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28Overlay.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| overlay ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]<​!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} CreateControl(Boolean) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Refresh(RectangleShape) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28RectangleShape.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//fIgnoreVisible// 
-==== Refresh() ​==== +    ​* ​Type:Boolean 
-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. +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Refresh.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DefWndProc(Message&​) **
  
-<!-- System.Windows.Forms.Control(overriden) --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ResetBackColor() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBackColor.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBackColor.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//m// 
-==== ResetBindings() ​==== +    ​* ​Type:​Message&​ 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBindings.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBindings.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DestroyHandle() **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ResetCursor() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DestroyHandle.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetCursor.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetCursor.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== ResetFont() ​==== +** {{wiki:​ProtectedMethod.gif|}} DisposeAxControls() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetFont.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetFont.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ResetForeColor() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetForeColor.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetForeColor.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} EndUpdateInternal() **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ResetImeMode() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetImeMode.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetImeMode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== ResetRightToLeft() ​==== +** {{wiki:​ProtectedMethod.gif|}} EndUpdateInternal(Boolean) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ResetText() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetText.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetText.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​invalidate//​ 
 +    * Type:Boolean 
 +    * Description:N/A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} FindFormInternal() **
-==== ResumeLayout(Boolean) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResumeLayout.28Boolean.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResumeLayout.28Boolean.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| performLayout ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Form 
-==== ResumeLayout() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResumeLayout.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResumeLayout.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetTopLevel() **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Scale(SizeF) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetTopLevel.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Scale.28SizeF.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Scale.28SizeF.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| factor ​  | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== Select() ​==== +** {{wiki:​ProtectedMethod.gif|}} RaiseCreateHandleEvent(EventArgs) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Select.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Select.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SelectNextControl(Control,​ Boolean, Boolean, Boolean, Boolean) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SelectNextControl.28Control.2C_Boolean.2C_Boolean.2C_Boolean.2C_Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SelectNextControl.28Control.2C_Boolean.2C_Boolean.2C_Boolean.2C_Boolean.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //e// 
-| ctl   | Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   | +    ​* Type:​EventArgs 
-| forward ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   +    ​* Description:​N/​A
-| tabStopOnly ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| nested ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| wrap   | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} RaiseKeyEvent(Object,​KeyEventArgs) **
-==== SendToBack() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SendToBack.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SendToBack.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //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//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetBounds(Int32,​ Int32, Int32, Int32) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //key// 
-| x   | Int32<​!-- System.Int32 --> ​  ​| ​   | +    ​* Type:Object 
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   +    ​* Description:​N/​A
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| height ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //e// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​KeyEventArgs 
-==== SetBounds(Int32,​ Int32, Int32, Int32, BoundsSpecified) ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_BoundsSpecified.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_BoundsSpecified.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RaiseMouseEvent(Object,​MouseEventArgs) **
-| x   | Int32<!-- System.Int32 --  |    | +
-| y   | Int32<!-- System.Int32 --  |    | +
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| height ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| specified ​  | BoundsSpecified<​!-- System.Windows.Forms.BoundsSpecified --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Show() ==== +  * //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//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Show.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Show.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//key// 
-==== SuspendLayout() ​==== +    ​* ​Type:Object 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SuspendLayout.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SuspendLayout.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //e// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​MouseEventArgs 
 +    * Description:N/A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} FocusInternal() **
-==== ToString() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ToString.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object(overriden) --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ToggleMapExtents() ==== +  * Description:N/A
-Switch the MapControl'​s CurrentExtent between the current and previous extent. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ToggleMapExtents.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ToggleMapExtents.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ApplySizeConstraints(Int32,​Int32) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Update() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Update.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Update.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Size 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//width// 
-==== ZoomIn(Int32) ​==== +    ​* ​Type:Int32 
-This method will zoom in the currentExtent by the percentage provided. +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIn.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIn.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //height// 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Int32 
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to zoom in.   |+    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} ApplySizeConstraints(Size) **
-==== ZoomIntoCenter(Int32,​ Feature) ==== +
-This method will zoom in and center at the currentExtent. +
-=== Overloads === +
-This overload allows you to pass in a percentage by which you want to zoom in and the centerFeature you want to center on. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_Feature.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_Feature.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to zoom in.   | +  ​* //N/A//
-| centerFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter is the feature you want to center on.   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Size 
-==== ZoomIntoCenter(Int32,​ ScreenPointF) ==== +  * Description:N/A
-This method will zoom in and center at the currentExtent. +
-=== Overloads === +
-This overload allows you to pass in a percentage by which you want to zoom in and the screenPoint you want to center on. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_ScreenPointF.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_ScreenPointF.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​proposedSize//​ 
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to zoom in.   | +    * Type:Size 
-| screenPoint ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.Core.ScreenPointF --> ​  | This parameter is the screen point you want to center on.   |+    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ApplyBoundsConstraints(Int32,Int32,Int32,Int32**
-==== ZoomIntoCenter(Int32, ​SingleSingle==== +
-This method will zoom in and center at the currentExtent. +
-=== Overloads === +
-This overload allows you to pass in a percentage by which you want to zoom in, as well as the screenPointX and screenPointY you want to center on. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_Single.2C_Single.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_Single.2C_Single.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to zoom in.   | +  ​* //N/A//
-| screenX ​  | Single<​!-- System.Single --> ​  | This parameter is the screen X you want to center on.   | +
-| screenY ​  | Single<​!-- System.Single --> ​  | This parameter is the screen Y you want to center on.   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​Rectangle 
-==== ZoomIntoCenter(Int32,​ PointShape) ==== +  * Description:N/A
-This method will zoom in and center at the currentExtent. +
-=== Overloads === +
-This overload allows you to pass in a percentage by which you want to zoom in and the worldPoint you want to center on. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomIntoCenter.28Int32.2C_PointShape.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​suggestedX//​ 
-| percentage ​  ​| ​Int32<!-- System.Int32 --> ​  | This parameter is the percentage by which you want to zoom in.   | +    * Type:Int32 
-| worldPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter is the world point you want to center on.   |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //suggestedY// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== ZoomOut(Int32) ==== +    ​* Description:​N/​A
-This method will zoom out the currentExtent by the percentage provided. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOut.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOut.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​proposedWidth//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Int32 
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to zoom out.   |+    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //proposedHeight// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== ZoomOutToCenter(Int32,​ Feature) ==== +    ​* Description:​N/​A
-This method will zoom out and center at the currentExtent. +
-=== Overloads === +
-This overload allows you to pass in a percentage by which you want to zoom out and the centerFeature you want to center on. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_Feature.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_Feature.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} IsUpdating() **
-| percentage ​  | Int32<!-- System.Int32 --  | This parameter is the percentage by which you want to zoom out.   | +
-| centerFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | This parameter is the feature you want to center on  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ZoomOutToCenter(Int32,​ PointShape) ==== +  ​* ​//N/A//
-This method will zoom out and center at the currentExtent. +
-=== Overloads === +
-This overload allows you to pass in a percentage by which you want to zoom out and the worldPoint you want to center on. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_PointShape.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_PointShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to zoom out.   | +  Description:N/A
-| worldPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter is the world Point you want to center on.   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== ZoomOutToCenter(Int32,​ Single, Single) ​==== +** {{wiki:​ProtectedMethod.gif|}} GetContainerControlInternal() **
-This method will zoom out and center at the currentExtent. +
-=== Overloads === +
-This overload allows you to pass in a percentage by which you want to zoom out, as well as the screenPointX and screenPointY you want to center on. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_Single.2C_Single.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_Single.2C_Single.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| percentage ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the percentage by which you want to zoom out.   | +  ​* //N/A//
-| screenX ​  | Single<​!-- System.Single --> ​  | This parameter is the screen X you want to center on.   | +
-| screenY ​  | Single<​!-- System.Single --> ​  | This parameter is the screen Y you want to center on.   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​IContainerControl 
-==== ZoomOutToCenter(Int32,​ ScreenPointF) ==== +  * Description:N/A
-This method will zoom out and center at the currentExtent. +
-=== Overloads === +
-This overload allows you to pass in a percentage by which you want to zoom out and the screenPoint you want to center on. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_ScreenPointF.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomOutToCenter.28Int32.2C_ScreenPointF.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div> 
-| percentage ​  | Int32<!-- System.Int32 --  | This parameter is the percentage by which you want to zoom out.   | +** {{wiki:​ProtectedMethod.gif|}} GetHRgn(Region) **
-| screenPoint ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --  | This parameter is the screen Point you want to center on  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ZoomToNextExtent() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToNextExtent.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToNextExtent.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:IntPtr 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //region// 
-==== ZoomToPreviousExtent() ​==== +    ​* ​Type:Region 
-Reverts the MapControl to the previous extent. +    ​* Description:​N/​A
-=== Remarks === +
-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 ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GetScaledBounds(Rectangle,​SizeF,​BoundsSpecified) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ZoomToScale(Double,​ Single, Single) ==== +  * //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//
-This method will zoom the currentExtent to the new TargetScale with a given offset in screen coordinates. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.2C_Single.2C_Single.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.2C_Single.2C_Single.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​Rectangle 
-| targetScale ​  | Double<​!-- System.Double --> ​  | This parameter is the scale you want to zoom to.   | +  Description:N/A
-| offsetScreenX ​  | Single<​!-- System.Single --> ​  | This parameter is the offsetScreen X.   | +
-| offsetScreenY ​  | Single<​!-- System.Single --> ​  | This parameter is the offsetScreen Y.   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//bounds// 
-==== ZoomToScale(Double,​ ScreenPointF) ​==== +    ​* ​Type:Rectangle 
-This method will zoom the currentExtent to the new TargetScale with a given offset Screen Point. +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.2C_ScreenPointF.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.2C_ScreenPointF.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //factor// 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:SizeF 
-| targetScale ​  | Double<​!-- System.Double --> ​  | This parameter is the scale you want to zoom to.   | +    * Description:N/A
-| offsetScreenPoint ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.Core.ScreenPointF --> ​  | This parameter is the offset Screen Point. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //specified// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​BoundsSpecified 
-==== ZoomToScale(Double) ==== +    ​* Description:​N/​A
-This method will zoom the currentExtent to the targetScale. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomToScale.28Double.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetVisibleCore() **
-| targetScale ​  | Double<!-- System.Double --  | This parameter is the scale you want to zoom to  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  ​* ​//N/A//
-==== AccessibilityNotifyClients(AccessibleEvents,​ Int32, Int32) ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibilityNotifyClients.28AccessibleEvents.2C_Int32.2C_Int32.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibilityNotifyClients.28AccessibleEvents.2C_Int32.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| accEvent ​  | AccessibleEvents<​!-- System.Windows.Forms.AccessibleEvents --> ​  ​| ​   | +  Description:N/A
-| objectID ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| childID ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== CreateAccessibilityInstance() ​==== +** {{wiki:​ProtectedMethod.gif|}} GetAnyDisposingInHierarchy() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateAccessibilityInstance.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateAccessibilityInstance.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| AccessibleObject<​!-- System.Windows.Forms.AccessibleObject --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== CreateControlsInstance() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControlsInstance.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControlsInstance.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Control+ControlCollection<​!-- System.Windows.Forms.Control+ControlCollection --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetChildControlsInTabOrder(Boolean) **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== CreateHandle() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateHandle.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateHandle.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​Control[] 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​handleCreatedOnly/​
-==== DefWndProc(ref Message) ​==== +    ​* ​Type:Boolean 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetFirstChildControlInTabOrder(Boolean) **
-| m   | ref Message<​!-- System.Windows.Forms.Message --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DestroyHandle() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DestroyHandle.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DestroyHandle.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Control 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//forward// 
-==== Dispose(Boolean) ​==== +    ​* ​Type:Boolean 
-Releases the unmanaged resources used by the Map Control and its child controls. Optionally, releases the managed resources as well. +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Dispose.28Boolean.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetState(Int32) **
-| disposing ​  | Boolean<!-- System.Boolean --  | True to release both managed and unmanaged resources; false to release only unmanaged resources  ​|+
  
-<!-- System.ComponentModel.Component(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== Finalize() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Finalize.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//flag// 
-==== GetAccessibilityObjectById(Int32) ​==== +    ​* ​Type:Int32 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAccessibilityObjectById.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAccessibilityObjectById.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| AccessibleObject<​!-- System.Windows.Forms.AccessibleObject --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetStyle(ControlStyles) **
-| objectId ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== GetAutoSizeMode() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetStyle.28ControlStyles.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAutoSizeMode.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAutoSizeMode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| AutoSizeMode<​!-- System.Windows.Forms.AutoSizeMode --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//flag// 
-==== GetScaledBounds(Rectangle,​ SizeF, BoundsSpecified) ​==== +    ​* ​Type:​ControlStyles 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetScaledBounds.28Rectangle.2C_SizeF.2C_BoundsSpecified.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetScaledBounds.28Rectangle.2C_SizeF.2C_BoundsSpecified.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} InitLayout() **
-| bounds ​  | Rectangle<!-- System.Drawing.Rectangle --  |    | +
-| factor ​  | SizeF<!-- System.Drawing.SizeF --  |    | +
-| specified ​  | BoundsSpecified<​!-- System.Windows.Forms.BoundsSpecified --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== GetService(Type) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InitLayout.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetService.28Type.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetService.28Type.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| service ​  | Type<!-- System.Type --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.ComponentModel.Component --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== GetStyle(ControlStyles) ​==== +** {{wiki:​ProtectedMethod.gif|}} InitializeDCForWmCtlColor(IntPtr,​Int32) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetStyle.28ControlStyles.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetStyle.28ControlStyles.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| flag   | ControlStyles<​!-- System.Windows.Forms.ControlStyles --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:IntPtr 
-==== GetTopLevel() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetTopLevel.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetTopLevel.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //dc// 
 +    * Type:IntPtr 
 +    * Description:N/A
  
-<!-- System.Windows.Forms.Control --> +  * //msg// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Int32 
-==== InitLayout() ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InitLayout.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InitLayout.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} InvokePaint(Control,​PaintEventArgs) **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== InvokeGotFocus(Control,​ EventArgs) ==== +  * //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//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeGotFocus.28Control.2C_EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeGotFocus.28Control.2C_EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| toInvoke ​  | Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   | +  Description:N/A
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//c// 
-==== InvokeLostFocus(Control,​ EventArgs) ​==== +    ​* ​Type:Control 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeLostFocus.28Control.2C_EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeLostFocus.28Control.2C_EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //e// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​PaintEventArgs 
-| toInvoke ​  | Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   +    ​* Description:​N/​A
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} InvokePaintBackground(Control,PaintEventArgs**
-==== InvokeOnClick(Control, ​EventArgs==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeOnClick.28Control.2C_EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeOnClick.28Control.2C_EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| toInvoke ​  | Control<​!-- System.Windows.Forms.Control --> ​  ​| ​   | +  ​* //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//​
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== InvokePaint(Control,​ PaintEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaint.28Control.2C_PaintEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaint.28Control.2C_PaintEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //c// 
-| c   ​| ​Control<!-- System.Windows.Forms.Control --> ​  ​| ​   | +    * Type:Control 
-| e   | PaintEventArgs<​!-- System.Windows.Forms.PaintEventArgs --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +  * //e// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:​PaintEventArgs 
-==== InvokePaintBackground(Control,​ PaintEventArgs) ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaintBackground.28Control.2C_PaintEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaintBackground.28Control.2C_PaintEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} IsFontSet() **
-| c   | Control<!-- System.Windows.Forms.Control --  |    | +
-| e   | PaintEventArgs<​!-- System.Windows.Forms.PaintEventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== IsInputChar(Char) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsInputChar.28Char.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsInputChar.28Char.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| charCode ​  | Char<!-- System.Char --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== IsInputKey(Keys) ​==== +** {{wiki:​ProtectedMethod.gif|}} IsDescendant(Control) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsInputKey.28Keys.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsInputKey.28Keys.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| keyData ​  | Keys<!-- System.Windows.Forms.Keys --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​descendant//​ 
 +    * Type:Control 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} IsInputChar(Char) **
-==== MemberwiseClone(Boolean) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MemberwiseClone.28Boolean.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MemberwiseClone.28Boolean.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| MarshalByRefObject<​!-- System.MarshalByRefObject --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| cloneIdentity ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsInputChar.28Char.29//​
  
-<!-- System.MarshalByRefObject --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== NotifyInvalidate(Rectangle) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​NotifyInvalidate.28Rectangle.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​NotifyInvalidate.28Rectangle.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​charCode//​ 
-| invalidatedArea ​  | Rectangle<​!-- System.Drawing.Rectangle --> ​  ​| ​   |+    * Type:Char 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} NotifyEnter() **
-==== OnAutoSizeChanged(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnBackColorChanged(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackColorChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackColorChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} NotifyLeave() **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnBackgroundImageChanged(EventArgs) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnBackgroundImageLayoutChanged(EventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} NotifyInvalidate(Rectangle) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​NotifyInvalidate.28Rectangle.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnBindingContextChanged(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​invalidatedArea//​ 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:Rectangle 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} InvokeOnClick(Control,​EventArgs) **
-==== OnCausesValidationChanged(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //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//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnChangeUICues(UICuesEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnChangeUICues.28UICuesEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnChangeUICues.28UICuesEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​toInvoke//​ 
-| e   | UICuesEventArgs<​!-- System.Windows.Forms.UICuesEventArgs --> ​  ​| ​   |+    * Type:Control 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +  * //e// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:EventArgs 
-==== OnClick(EventArgs) ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClick.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClick.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnAutoSizeChanged(EventArgs) **
-e   ​| ​EventArgs<!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnClientSizeChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnContextMenuChanged(EventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnBackColorChanged(EventArgs) **
-e   ​| ​EventArgs<!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnContextMenuStripChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackColorChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnControlAdded(ControlEventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlAdded.28ControlEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlAdded.28ControlEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnBackgroundImageChanged(EventArgs) **
-| e   | ControlEventArgs<​!-- System.Windows.Forms.ControlEventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnControlRemoved(ControlEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlRemoved.28ControlEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlRemoved.28ControlEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | ControlEventArgs<​!-- System.Windows.Forms.ControlEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnCreateControl() ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCreateControl.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCreateControl.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnBackgroundImageLayoutChanged(EventArgs) **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnCurrentExtentChanged(CurrentExtentChangedWinformsMapEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29//
-Raised when the CurrentExtent of the map changes. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanged.28CurrentExtentChangedWinformsMapEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanged.28CurrentExtentChangedWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs --> ​  | The CurrentExtentChangedEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnCurrentExtentChanging(CurrentExtentChangingWinformsMapEventArgs) ​==== +    ​* ​Type:EventArgs 
-Raised before the CurrentExtent of the map changes. +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnBindingContextChanged(EventArgs) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs --  | The CurrentExtentChangingEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnCurrentScaleChanged(CurrentScaleChangedWinformsMapEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29//
-Raised when the CurrentScale of the map changes. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanged.28CurrentScaleChangedWinformsMapEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanged.28CurrentScaleChangedWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs --> ​  | The CurrentScaleChangedEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnCurrentScaleChanging(CurrentScaleChangingWinformsMapEventArgs) ​==== +    ​* ​Type:EventArgs 
-Raised before the CurrentScale of the map changes. +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnCausesValidationChanged(EventArgs) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs --  | The CurrentScaleChangingEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnCursorChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCursorChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCursorChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnDockChanged(EventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnChildLayoutResuming(Control,​Boolean) **
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnDoubleClick(EventArgs) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDoubleClick.28EventArgs.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDoubleClick.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//child// 
-==== OnDragDrop(DragEventArgs) ​==== +    ​* ​Type:Control 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragDrop.28DragEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragDrop.28DragEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​performLayout//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Boolean 
-| drgevent ​  | DragEventArgs<​!-- System.Windows.Forms.DragEventArgs --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnContextMenuChanged(EventArgs) **
-==== OnDragEnter(DragEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| drgevent ​  | DragEventArgs<​!-- System.Windows.Forms.DragEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDragLeave(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnContextMenuStripChanged(EventArgs) **
-==== OnDragOver(DragEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragOver.28DragEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragOver.28DragEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| drgevent ​  | DragEventArgs<​!-- System.Windows.Forms.DragEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnEnabledChanged(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnCursorChanged(EventArgs) **
-==== OnEnter(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnter.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnter.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCursorChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnFontChanged(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnFontChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnFontChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnDockChanged(EventArgs) **
-==== OnForeColorChanged(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnForeColorChanged.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnForeColorChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnGiveFeedback(GiveFeedbackEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGiveFeedback.28GiveFeedbackEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGiveFeedback.28GiveFeedbackEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| gfbevent ​  | GiveFeedbackEventArgs<​!-- System.Windows.Forms.GiveFeedbackEventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnEnabledChanged(EventArgs) **
-==== OnGotFocus(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGotFocus.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGotFocus.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnHandleCreated(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnFrameWindowActivate(Boolean) **
-==== OnHandleDestroyed(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleDestroyed.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleDestroyed.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnHelpRequested(HelpEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHelpRequested.28HelpEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHelpRequested.28HelpEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​fActivate//​ 
-| hevent ​  | HelpEventArgs<​!-- System.Windows.Forms.HelpEventArgs --> ​  ​| ​   |+    * Type:Boolean 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnFontChanged(EventArgs) **
-==== OnImeModeChanged(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnImeModeChanged.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnImeModeChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnFontChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnInvalidated(InvalidateEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnInvalidated.28InvalidateEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnInvalidated.28InvalidateEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | InvalidateEventArgs<​!-- System.Windows.Forms.InvalidateEventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnForeColorChanged(EventArgs) **
-==== OnKeyDown(KeyEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyDown.28KeyEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyDown.28KeyEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | KeyEventArgs<​!-- System.Windows.Forms.KeyEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnForeColorChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnKeyPress(KeyPressEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyPress.28KeyPressEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyPress.28KeyPressEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | KeyPressEventArgs<​!-- System.Windows.Forms.KeyPressEventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnRightToLeftChanged(EventArgs) **
-==== OnKeyUp(KeyEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyUp.28KeyEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyUp.28KeyEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | KeyEventArgs<​!-- System.Windows.Forms.KeyEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRightToLeftChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnLayout(LayoutEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLayout.28LayoutEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLayout.28LayoutEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| levent ​  | LayoutEventArgs<​!-- System.Windows.Forms.LayoutEventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnNotifyMessage(Message) **
-==== OnLeave(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLeave.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLeave.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnNotifyMessage.28Message.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnLocationChanged(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //m// 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:Message 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentBackColorChanged(EventArgs) **
-==== OnLostFocus(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLostFocus.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLostFocus.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackColorChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapClick(MapClickWinformsMapEventArgs) ==== +  * Description:N/A
-This event is raised when clicking on the Map without any mouse movement (dragging). +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMapClick.28MapClickWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMapClick.28MapClickWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //e// 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs --> ​  | The WinformsMapClickEventArgs passed for the event raised. ​  |+    * Type:​EventArgs 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentBackgroundImageChanged(EventArgs) **
-==== OnMarginChanged(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackgroundImageChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseCaptureChanged(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentBindingContextChanged(EventArgs) **
-==== OnMouseClick(MouseEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseClick.28MouseEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseClick.28MouseEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBindingContextChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseDoubleClick(MouseEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDoubleClick.28MouseEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDoubleClick.28MouseEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentCursorChanged(EventArgs) **
-==== OnMouseDown(MouseEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDown.28MouseEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDown.28MouseEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentCursorChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseEnter(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseEnter.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseEnter.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentEnabledChanged(EventArgs) **
-==== OnMouseHover(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseHover.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseHover.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentEnabledChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseLeave(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseLeave.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseLeave.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentFontChanged(EventArgs) **
-==== OnMouseMove(MouseEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentFontChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseUp(MouseEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseUp.28MouseEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseUp.28MouseEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   | MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentHandleRecreated() **
-==== OnMouseWheel(MouseEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseWheel.28MouseEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseWheel.28MouseEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMove(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMove.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMove.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} OnParentHandleRecreating() **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnNotifyMessage(Message) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnNotifyMessage.28Message.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnNotifyMessage.28Message.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| m   | Message<​!-- System.Windows.Forms.Message --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnOverlayDrawing(OverlayDrawingWinformsMapEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} OnParentForeColorChanged(EventArgs) **
-This event will be fired before the Overlay is drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawing.28OverlayDrawingWinformsMapEventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawing.28OverlayDrawingWinformsMapEventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs --> ​  | The OverlayDrawingEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentForeColorChanged.28EventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnOverlayDrawn(OverlayDrawnWinformsMapEventArgs) ==== +  * Description:N/A
-This event will be fired after the Overlay has been drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawn.28OverlayDrawnWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawn.28OverlayDrawnWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //e// 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs --> ​  | The OverlayDrawingEventArgs passed for the event raised. ​  |+    * Type:​EventArgs 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentRightToLeftChanged(EventArgs) **
-==== OnOverlaysDrawing(OverlaysDrawingWinformsMapEventArgs) ==== +
-This event will be fired before the Overlays are drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs --> ​  | The OverlaysDrawingEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentRightToLeftChanged.28EventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnOverlaysDrawn(OverlaysDrawnWinformsMapEventArgs) ==== +  * Description:N/A
-This event will be fired after the Overlays have been drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //e// 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs --> ​  | The OverlaysDrawingEventArgs passed for the event raised. ​  |+    * Type:​EventArgs 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentVisibleChanged(EventArgs) **
-==== OnPaddingChanged(EventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnPaint(PaintEventArgs) ==== +  * Description:N/A
-This method overrides the OnPaint API of the Canvas which the WinformsMap Control inherits from. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaint.28PaintEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaint.28PaintEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //e// 
-| e   | PaintEventArgs<​!-- System.Windows.Forms.PaintEventArgs --> ​  | The events args for the OnPaint API.   |+    * Type:​EventArgs 
 +    * Description:N/A
  
-<!-- System.Windows.Forms.Control(overriden) --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnParentBecameInvisible() **
-==== OnPaintBackground(PaintEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaintBackground.28PaintEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaintBackground.28PaintEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| pevent ​  | PaintEventArgs<​!-- System.Windows.Forms.PaintEventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnParentBackColorChanged(EventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackColorChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackColorChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} OnPrint(PaintEventArgs) **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnParentBackgroundImageChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPrint.28PaintEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackgroundImageChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackgroundImageChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnParentBindingContextChanged(EventArgs) ​==== +    ​* ​Type:​PaintEventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBindingContextChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBindingContextChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnTabIndexChanged(EventArgs) **
-e   ​| ​EventArgs<!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnParentChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnParentCursorChanged(EventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentCursorChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentCursorChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnTabStopChanged(EventArgs) **
-e   ​| ​EventArgs<!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnParentEnabledChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentEnabledChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentEnabledChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnParentFontChanged(EventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentFontChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentFontChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnTextChanged(EventArgs) **
-e   ​| ​EventArgs<!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnParentForeColorChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTextChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentForeColorChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentForeColorChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnParentRightToLeftChanged(EventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentRightToLeftChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentRightToLeftChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnVisibleChanged(EventArgs) **
-e   ​| ​EventArgs<!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnParentVisibleChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnVisibleChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnPreviewKeyDown(PreviewKeyDownEventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPreviewKeyDown.28PreviewKeyDownEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPreviewKeyDown.28PreviewKeyDownEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnTopMostActiveXParentChanged(EventArgs) **
-| e   | PreviewKeyDownEventArgs<​!-- System.Windows.Forms.PreviewKeyDownEventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnPrint(PaintEventArgs) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPrint.28PaintEventArgs.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPrint.28PaintEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | PaintEventArgs<​!-- System.Windows.Forms.PaintEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnQueryContinueDrag(QueryContinueDragEventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnQueryContinueDrag.28QueryContinueDragEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnQueryContinueDrag.28QueryContinueDragEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnParentChanged(EventArgs) **
-| qcdevent ​  | QueryContinueDragEventArgs<​!-- System.Windows.Forms.QueryContinueDragEventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnRegionChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRegionChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRegionChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnResize(EventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnResize.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnResize.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnClick(EventArgs) **
-e   ​| ​EventArgs<!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnRightToLeftChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClick.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRightToLeftChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRightToLeftChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnSizeChanged(EventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSizeChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSizeChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnClientSizeChanged(EventArgs) **
-e   ​| ​EventArgs<!-- System.EventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnStyleChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnStyleChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnStyleChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnSystemColorsChanged(EventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSystemColorsChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSystemColorsChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnControlAdded(ControlEventArgs) **
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnTabIndexChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlAdded.28ControlEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnTabStopChanged(EventArgs) ​==== +    ​* ​Type:​ControlEventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnControlRemoved(ControlEventArgs) **
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnTextChanged(EventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlRemoved.28ControlEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTextChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTextChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnValidated(EventArgs) ​==== +    ​* ​Type:​ControlEventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidated.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidated.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnCreateControl() **
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnValidating(CancelEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCreateControl.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidating.28CancelEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidating.28CancelEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | CancelEventArgs<​!-- System.ComponentModel.CancelEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnVisibleChanged(EventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} OnHandleCreated(EventArgs) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnVisibleChanged.28EventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnVisibleChanged.28EventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== ProcessCmdKey(ref Message, Keys) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //e// 
-| msg   | ref Message<​!-- System.Windows.Forms.Message --> ​  ​| ​   | +    ​* Type:​EventArgs 
-| keyData ​  | Keys<!-- System.Windows.Forms.Keys --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnInvokedSetScrollPosition(Object,​EventArgs) **
-==== ProcessDialogChar(Char) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProcessDialogChar.28Char.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProcessDialogChar.28Char.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| charCode ​  | Char<!-- System.Char --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== ProcessDialogKey(Keys) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProcessDialogKey.28Keys.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProcessDialogKey.28Keys.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​sender//​ 
-| keyData ​  | Keys<!-- System.Windows.Forms.Keys --> ​  ​| ​   |+    * Type:Object 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +  * //e/
-[[#​Protected Methods|Go Back]] +    ​* ​Type:EventArgs 
-==== ProcessKeyEventArgs(ref Message) ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnLocationChanged(EventArgs) **
-| m   | ref Message<​!-- System.Windows.Forms.Message --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== ProcessKeyPreview(ref Message) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| m   | ref Message<​!-- System.Windows.Forms.Message --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== RaiseDragEvent(Object,​ DragEventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseDragEvent.28Object.2C_DragEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseDragEvent.28Object.2C_DragEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnHandleDestroyed(EventArgs) **
-| key   | Object<!-- System.Object --  |    | +
-| e   | DragEventArgs<​!-- System.Windows.Forms.DragEventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== RaiseKeyEvent(Object,​ KeyEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleDestroyed.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseKeyEvent.28Object.2C_KeyEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseKeyEvent.28Object.2C_KeyEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| key   | Object<​!-- System.Object --> ​  ​| ​   | +  Description:N/A
-| e   | KeyEventArgs<​!-- System.Windows.Forms.KeyEventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== RaiseMouseEvent(Object,​ MouseEventArgs) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseMouseEvent.28Object.2C_MouseEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaiseMouseEvent.28Object.2C_MouseEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDoubleClick(EventArgs) **
-| key   | Object<!-- System.Object --  |    | +
-| e   | MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== RaisePaintEvent(Object,​ PaintEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDoubleClick.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaisePaintEvent.28Object.2C_PaintEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RaisePaintEvent.28Object.2C_PaintEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| key   | Object<​!-- System.Object --> ​  ​| ​   | +  Description:N/A
-| e   | PaintEventArgs<​!-- System.Windows.Forms.PaintEventArgs --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== RecreateHandle() ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RecreateHandle.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RecreateHandle.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) **
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== ResetMouseEventArgs() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetMouseEventArgs.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetMouseEventArgs.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//drgevent// 
-==== RtlTranslateAlignment(LeftRightAlignment) ​==== +    ​* ​Type:​DragEventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28LeftRightAlignment.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28LeftRightAlignment.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| LeftRightAlignment<​!-- System.Windows.Forms.LeftRightAlignment --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDragOver(DragEventArgs) **
-| align   | LeftRightAlignment<​!-- System.Windows.Forms.LeftRightAlignment --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== RtlTranslateAlignment(ContentAlignment) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragOver.28DragEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28ContentAlignment.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28ContentAlignment.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| ContentAlignment<​!-- System.Drawing.ContentAlignment --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| align   | ContentAlignment<​!-- System.Drawing.ContentAlignment --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//drgevent// 
-==== RtlTranslateAlignment(HorizontalAlignment) ​==== +    ​* ​Type:​DragEventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28HorizontalAlignment.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateAlignment.28HorizontalAlignment.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| HorizontalAlignment<​!-- System.Windows.Forms.HorizontalAlignment --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDragLeave(EventArgs) **
-| align   | HorizontalAlignment<​!-- System.Windows.Forms.HorizontalAlignment --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== RtlTranslateHorizontal(HorizontalAlignment) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateHorizontal.28HorizontalAlignment.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateHorizontal.28HorizontalAlignment.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| HorizontalAlignment<​!-- System.Windows.Forms.HorizontalAlignment --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| align   | HorizontalAlignment<​!-- System.Windows.Forms.HorizontalAlignment --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== RtlTranslateLeftRight(LeftRightAlignment) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateLeftRight.28LeftRightAlignment.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RtlTranslateLeftRight.28LeftRightAlignment.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| LeftRightAlignment<​!-- System.Windows.Forms.LeftRightAlignment --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDragDrop(DragEventArgs) **
-| align   | LeftRightAlignment<​!-- System.Windows.Forms.LeftRightAlignment --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== ScaleControl(SizeF,​ BoundsSpecified) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragDrop.28DragEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleControl.28SizeF.2C_BoundsSpecified.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleControl.28SizeF.2C_BoundsSpecified.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| factor ​  | SizeF<​!-- System.Drawing.SizeF --> ​  ​| ​   | +  Description:N/A
-| specified ​  | BoundsSpecified<​!-- System.Windows.Forms.BoundsSpecified --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//drgevent// 
-==== ScaleCore(Single,​ Single) ​==== +    ​* ​Type:​DragEventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleCore.28Single.2C_Single.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleCore.28Single.2C_Single.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) **
-| dx   | Single<!-- System.Single --  |    | +
-| dy   | Single<​!-- System.Single --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== Select(Boolean,​ Boolean) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGiveFeedback.28GiveFeedbackEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Select.28Boolean.2C_Boolean.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Select.28Boolean.2C_Boolean.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| directed ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +  Description:N/A
-| forward ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//gfbevent// 
-==== SetAutoSizeMode(AutoSizeMode) ​==== +    ​* ​Type:​GiveFeedbackEventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetAutoSizeMode.28AutoSizeMode.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetAutoSizeMode.28AutoSizeMode.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnEnter(EventArgs) **
-| mode   | AutoSizeMode<​!-- System.Windows.Forms.AutoSizeMode --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== SetBoundsCore(Int32,​ Int32, Int32, Int32, BoundsSpecified) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnter.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBoundsCore.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_BoundsSpecified.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBoundsCore.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_BoundsSpecified.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| x   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  Description:N/A
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| height ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| specified ​  | BoundsSpecified<​!-- System.Windows.Forms.BoundsSpecified --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== SetClientSizeCore(Int32,​ Int32) ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetClientSizeCore.28Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetClientSizeCore.28Int32.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} InvokeGotFocus(Control,​EventArgs) **
-| x   | Int32<!-- System.Int32 --  |    | +
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== SetStyle(ControlStyles,​ Boolean) ==== +  * //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//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetStyle.28ControlStyles.2C_Boolean.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetStyle.28ControlStyles.2C_Boolean.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| flag   | ControlStyles<​!-- System.Windows.Forms.ControlStyles --> ​  ​| ​   | +  Description:N/A
-| value   | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//toInvoke// 
-==== SetTopLevel(Boolean) ​==== +    ​* ​Type:Control 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetTopLevel.28Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetTopLevel.28Boolean.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //e// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:EventArgs 
-| value   | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnGotFocus(EventArgs) **
-==== SetVisibleCore(Boolean) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetVisibleCore.28Boolean.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetVisibleCore.28Boolean.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| value   | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGotFocus.28EventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== SizeFromClientSize(Size) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SizeFromClientSize.28Size.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SizeFromClientSize.28Size.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Size<!-- System.Drawing.Size --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| clientSize ​  | Size<!-- System.Drawing.Size --> ​  ​| ​   |+    * Type:EventArgs 
 +    ​* Description:​N/​A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnHelpRequested(HelpEventArgs) **
-==== UpdateBounds(Int32,​ Int32, Int32, Int32) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| x   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHelpRequested.28HelpEventArgs.29//​
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| height ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== UpdateBounds(Int32,​ Int32, Int32, Int32, Int32, Int32) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_Int32.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //hevent// 
-| x   | Int32<​!-- System.Int32 --> ​  ​| ​   | +    ​* Type:​HelpEventArgs 
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   +    ​* Description:​N/​A
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| height ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| clientWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| clientHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnInvalidated(InvalidateEventArgs) **
-==== UpdateStyles() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateStyles.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateStyles.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnInvalidated.28InvalidateEventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== UpdateZOrder() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateZOrder.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UpdateZOrder.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​InvalidateEventArgs 
 +    * Description:N/A
  
-<!-- System.Windows.Forms.Control --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) **
-==== WndProc(ref Message) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| m   | ref Message<​!-- System.Windows.Forms.Message --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyDown.28KeyEventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-===== Public Properties ===== +  * Description:​N/​A
-==== AccessibilityObject ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAccessibilityObjectById.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAccessibilityObjectById.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| AccessibleObject<​!-- System.Windows.Forms.AccessibleObject --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//e// 
-==== AccessibleDefaultActionDescription ​==== +    ​* ​Type:​KeyEventArgs 
-=== Remarks === +    * Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleDefaultActionDescription"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleDefaultActionDescription</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnKeyPress(KeyPressEventArgs) **
-==== AccessibleDescription ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleDescription"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleDescription</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== AccessibleName ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyPress.28KeyPressEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleName"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleName</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AccessibleRole ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleRole"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleRole</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| AccessibleRole<​!-- System.Windows.Forms.AccessibleRole --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//e// 
-==== AdornmentOverlay ​==== +    ​* ​Type:​KeyPressEventArgs 
-This property gets or sets the adornment overlay in the MapControl. +    * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AdornmentOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AdornmentOverlay</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.AdornmentOverlay|AdornmentOverlay]]<​!-- ThinkGeo.MapSuite.DesktopEdition.AdornmentOverlay --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) **
-==== AllowDrop ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AllowDrop"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AllowDrop</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Anchor ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyUp.28KeyEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Anchor"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Anchor</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| AnchorStyles<​!-- System.Windows.Forms.AnchorStyles --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== AutoScrollOffset ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AutoScrollOffset"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AutoScrollOffset</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Point<​!-- System.Drawing.Point --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//e// 
-==== AutoSize ​==== +    ​* ​Type:​KeyEventArgs 
-=== Remarks === +    * Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAutoSizeMode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetAutoSizeMode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnLayout(LayoutEventArgs) **
-==== BackColor ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBackColor.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetBackColor.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Color<​!-- System.Drawing.Color --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== BackgroundImage ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLayout.28LayoutEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Image<​!-- System.Drawing.Image --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== BackgroundImageLayout ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| ImageLayout<​!-- System.Windows.Forms.ImageLayout --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//levent// 
-==== BackgroundOverlay ​==== +    ​* ​Type:​LayoutEventArgs 
-This property gets or sets the backgournd overlay. +    * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BackgroundOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BackgroundOverlay</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.BackgroundOverlay|BackgroundOverlay]]<​!-- ThinkGeo.MapSuite.DesktopEdition.BackgroundOverlay --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnLayoutResuming(Boolean) **
-==== BindingContext ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| BindingContext<​!-- System.Windows.Forms.BindingContext --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Bottom ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Bottom"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Bottom</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Bounds ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Rectangle<​!-- System.Drawing.Rectangle --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//performLayout// 
-==== CanFocus ​==== +    ​* ​Type:Boolean 
-=== Remarks === +    * Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanFocus"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanFocus</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnLayoutSuspended() **
-==== CanSelect ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanSelect"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanSelect</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Capture ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== CausesValidation ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></div
-==== ClientRectangle ​==== +** {{wiki:​ProtectedMethod.gif|}} OnLeave(EventArgs) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ClientRectangle"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ClientRectangle</a+
-=== Return Value === +
-^ Return Type ^ +
-| Rectangle<​!-- System.Drawing.Rectangle --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ClientSize ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLeave.28EventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Drawing.Size --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== CompanyName ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CompanyName"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CompanyName</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //e// 
-==== CompositingQuality ​==== +    ​* ​Type:EventArgs 
-This property returns or sets the quality level to use during compositing. +    * Description:​N/​A
-=== Remarks === +
-This property is used for GDI+ drawing. The explanation below is form the GDI+ documentationCompositing 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 ​Type ^ +
-| CompositingQuality<​!-- System.Drawing.Drawing2D.CompositingQuality --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} InvokeLostFocus(Control,​EventArgs) **
-==== Container ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetContainerControl.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetContainerControl.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| IContainer<​!-- System.ComponentModel.IContainer --> ​  |+
  
-<!-- System.ComponentModel.Component --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ContainsFocus ==== +  * //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//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ContainsFocus"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ContainsFocus</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== ContextMenu ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| ContextMenu<​!-- System.Windows.Forms.ContextMenu --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//toInvoke// 
-==== ContextMenuStrip ​==== +    ​* ​Type:Control 
-=== Remarks === +    * Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| ContextMenuStrip<​!-- System.Windows.Forms.ContextMenuStrip --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //e// 
-[[#Public Properties|Go Back]] +    ​* ​Type:EventArgs 
-==== Controls ==== +    * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControlsInstance.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateControlsInstance.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Control+ControlCollection<​!-- System.Windows.Forms.Control+ControlCollection --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnLostFocus(EventArgs) **
-==== Created ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== CurrentExtent ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLostFocus.28EventArgs.29//
-Gets or sets the current extent of the MapControl. +
-=== Remarks ​=== +
-The current extent represents ​the extent of the map's current positionThis is a very important metric used to calculate the map's scale. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== CurrentScale ==== +  * Description:​N/​A
-Gets or sets the current scale of the MapControl. +
-=== Remarks === +
-When you set the scale, the &​lt;​strong&​gt;​CurrentExtent&​lt;/​strong&​gt;​ will change, but the center of the &​lt;​strong&​gt;​CurrentExtent&​lt;/​strong&​gt;​ stays the same. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//e// 
-==== Cursor ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    * Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetCursor.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetCursor.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Cursor<​!-- System.Windows.Forms.Cursor --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMarginChanged(EventArgs) **
-==== DataBindings ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DataBindings"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DataBindings</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| ControlBindingsCollection<​!-- System.Windows.Forms.ControlBindingsCollection --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== DisplayRectangle ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DisplayRectangle"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DisplayRectangle</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Rectangle<​!-- System.Drawing.Rectangle --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Disposing ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Disposing"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Disposing</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control ​--+== Parameters == 
-[[#Public Properties|Go Back]] +  * //e// 
-==== Dock ==== +    * Type:​EventArgs 
-=== Remarks === +    * Description:​N/​A 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29" target="​_blank"​>​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29</a+ 
-=== Return Value === +<div newline></​div>​ 
-Return Type ^ +** {{wiki:​ProtectedMethod.gif|}} OnMouseDoubleClick(MouseEventArgs) ** 
-DockStyle<​!-- System.Windows.Forms.DockStyle -->   |+ 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseClick(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseCaptureChanged(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseDown(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseEnter(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseLeave(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseHover(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseUp(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMouseWheel(MouseEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​MouseEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMove(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnPaddingChanged(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnPaintBackground(PaintEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​pevent//​ 
 +    * Type:​PaintEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnQueryContinueDrag(QueryContinueDragEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​qcdevent//​ 
 +    * Type:​QueryContinueDragEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnRegionChanged(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnResize(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnPreviewKeyDown(PreviewKeyDownEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​PreviewKeyDownEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnChangeUICues(UICuesEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​UICuesEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnStyleChanged(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnSystemColorsChanged(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnValidating(CancelEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​CancelEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnValidated(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​PaintEventArgs 
 +    * Description:​N/​A 
 + 
 +  * //​rectangle//​ 
 +    * Type:​Rectangle 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle,​Color) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​PaintEventArgs 
 +    * Description:​N/​A 
 + 
 +  * //​rectangle//​ 
 +    * Type:​Rectangle 
 +    * Description:​N/​A 
 + 
 +  * //​backColor//​ 
 +    * Type:​Color 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PaintBackground(PaintEventArgs,​Rectangle,​Color,​Point) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​PaintEventArgs 
 +    * Description:​N/​A 
 + 
 +  * //​rectangle//​ 
 +    * Type:​Rectangle 
 +    * Description:​N/​A 
 + 
 +  * //​backColor//​ 
 +    * Type:​Color 
 +    * Description:​N/​A 
 + 
 +  * //​scrollOffset//​ 
 +    * Type:​Point 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PaintTransparentBackground(PaintEventArgs,​Rectangle) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​PaintEventArgs 
 +    * Description:​N/​A 
 + 
 +  * //​rectangle//​ 
 +    * Type:​Rectangle 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PaintTransparentBackground(PaintEventArgs,​Rectangle,​Region) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​PaintEventArgs 
 +    * Description:​N/​A 
 + 
 +  * //​rectangle//​ 
 +    * Type:​Rectangle 
 +    * Description:​N/​A 
 + 
 +  * //​transparentRegion//​ 
 +    * Type:​Region 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PerformLayout(LayoutEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​LayoutEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PerformControlValidation(Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​bulkValidation//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PerformContainerValidation(ValidationConstraints) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​validationConstraints//​ 
 +    * Type:​ValidationConstraints 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PointToClientInternal(Point) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Point 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //p// 
 +    * Type:​Point 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessCmdKey(Message&,​Keys) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Message&​ 
 +    * Description:​N/​A 
 + 
 +  * //​keyData//​ 
 +    * Type:Keys 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PrintToMetaFileRecursive(HandleRef,​IntPtr,​Rectangle) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //hDC// 
 +    * Type:​HandleRef 
 +    * Description:​N/​A 
 + 
 +  * //​lParam//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //​bounds//​ 
 +    * Type:​Rectangle 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessDialogChar(Char) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​charCode//​ 
 +    * Type:Char 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessDialogKey(Keys) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​keyData//​ 
 +    * Type:Keys 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessKeyEventArgs(Message&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //m// 
 +    * Type:​Message&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessKeyMessage(Message&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //m// 
 +    * Type:​Message&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessKeyPreview(Message&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //m// 
 +    * Type:​Message&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessMnemonic(Char) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​charCode//​ 
 +    * Type:Char 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ProcessUICues(Message&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Message&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RaiseDragEvent(Object,​DragEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:​DragEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RaisePaintEvent(Object,​PaintEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //key// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:​PaintEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RecreateHandle() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RecreateHandleCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ResetMouseEventArgs() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetAcceptDrops(Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​accept//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Scale(SizeF,​SizeF,​Control) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​includedFactor//​ 
 +    * Type:​SizeF 
 +    * Description:​N/​A 
 + 
 +  * //​excludedFactor//​ 
 +    * Type:​SizeF 
 +    * Description:​N/​A 
 + 
 +  * //​requestingControl//​ 
 +    * Type:​Control 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} ScaleChildControls(SizeF,​SizeF,​Control) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​includedFactor//​ 
 +    * Type:​SizeF 
 +    * Description:​N/​A 
 + 
 +  * //​excludedFactor//​ 
 +    * Type:​SizeF 
 +    * Description:​N/​A 
 + 
 +  * //​requestingControl//​ 
 +    * Type:​Control 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ScaleControl(SizeF,​SizeF,​Control) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​includedFactor//​ 
 +    * Type:​SizeF 
 +    * Description:​N/​A 
 + 
 +  * //​excludedFactor//​ 
 +    * Type:​SizeF 
 +    * Description:​N/​A 
 + 
 +  * //​requestingControl//​ 
 +    * Type:​Control 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ScaleControl(SizeF,​BoundsSpecified) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​factor//​ 
 +    * Type:​SizeF 
 +    * Description:​N/​A 
 + 
 +  * //​specified//​ 
 +    * Type:​BoundsSpecified 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ScaleCore(Single,​Single) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //dx// 
 +    * Type:​Single 
 +    * Description:​N/​A 
 + 
 +  * //dy// 
 +    * Type:​Single 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ScaleSize(Size,​Single,​Single) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Size 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​startSize//​ 
 +    * Type:Size 
 +    * Description:​N/​A 
 + 
 +  * //x// 
 +    * Type:​Single 
 +    * Description:​N/​A 
 + 
 +  * //y// 
 +    * Type:​Single 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Select(Boolean,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​directed//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​forward//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SelectNextControlInternal(Control,​Boolean,​Boolean,​Boolean,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //ctl// 
 +    * Type:​Control 
 +    * Description:​N/​A 
 + 
 +  * //​forward//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​tabStopOnly//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​nested//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //wrap// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​wparam//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​lparam//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32&,​Int32&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​wparam//​ 
 +    * Type:​Int32&​ 
 +    * Description:​N/​A 
 + 
 +  * //​lparam//​ 
 +    * Type:​Int32&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​IntPtr) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​wparam//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​lparam//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​IntPtr,​IntPtr) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​wparam//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //​lparam//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​IntPtr,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​wparam//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //​lparam//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​RECT&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​wparam//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​lparam//​ 
 +    * Type:​RECT&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Boolean,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​wparam//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​lparam//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SendMessage(Int32,​Int32,​String) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //msg// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​wparam//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​lparam//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetBoundsCore(Int32,​Int32,​Int32,​Int32,​BoundsSpecified) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //x// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //y// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //width// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​height//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​specified//​ 
 +    * Type:​BoundsSpecified 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetClientSizeCore(Int32,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //x// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //y// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SizeFromClientSize(Size) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Size 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​clientSize//​ 
 +    * Type:Size 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SizeFromClientSize(Int32,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Size 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //width// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​height//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetState(Int32,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //flag// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetState2(Int32,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //flag// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetStyle(ControlStyles,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //flag// 
 +    * Type:​ControlStyles 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetTopLevel(Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetTopLevelInternal(Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetVisibleCore(Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //value// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldPerformContainerValidation() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeBackColor() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeCursor() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeForeColor() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeFont() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeRightToLeft() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(HorizontalAlignment) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​HorizontalAlignment 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //align// 
 +    * Type:​HorizontalAlignment 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(LeftRightAlignment) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​LeftRightAlignment 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //align// 
 +    * Type:​LeftRightAlignment 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RtlTranslateAlignment(ContentAlignment) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​ContentAlignment 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //align// 
 +    * Type:​ContentAlignment 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RtlTranslateHorizontal(HorizontalAlignment) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​HorizontalAlignment 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //align// 
 +    * Type:​HorizontalAlignment 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RtlTranslateLeftRight(LeftRightAlignment) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​LeftRightAlignment 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //align// 
 +    * Type:​LeftRightAlignment 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RtlTranslateContent(ContentAlignment) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​ContentAlignment 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //align// 
 +    * Type:​ContentAlignment 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMargin() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMaximumSize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeMinimumSize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializePadding() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeSize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeText() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateBounds() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateBounds(Int32,​Int32,​Int32,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //x// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //y// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //width// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​height//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateBounds(Int32,​Int32,​Int32,​Int32,​Int32,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //x// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //y// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //width// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​height//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​clientWidth//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​clientHeight//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateZOrder() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateStyles() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateStylesCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnBoundsUpdate(Int32,​Int32,​Int32,​Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //x// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //y// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //width// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​height//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} WindowAssignHandle(IntPtr,​Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​handle//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +  * //value// 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} WindowReleaseHandle() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} WmContextMenu(Message&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //m// 
 +    * Type:​Message&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} WmContextMenu(Message&,​Control) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //m// 
 +    * Type:​Message&​ 
 +    * Description:​N/​A 
 + 
 +  * //​sourceControl//​ 
 +    * Type:​Control 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} WndProc(Message&​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //m// 
 +    * Type:​Message&​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UpdateImeContextMode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} VerifyImeRestrictedModeChanged() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnImeContextStatusChanged(IntPtr) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​handle//​ 
 +    * Type:​IntPtr 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnImeModeChanged(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ShouldSerializeImeMode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} WmImeSetFocus() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetService(Type) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​service//​ 
 +    * Type:Type 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetComIUnknown(Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​IntPtr 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​fIsBeingMarshalled//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsInstanceOfType(Type) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //T// 
 +    * Type:Type 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InvokeMember(String,​BindingFlags,​Binder,​Object[],​ParameterModifier[],​CultureInfo,​String[]) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //name// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​invokeAttr//​ 
 +    * Type:​BindingFlags 
 +    * Description:​N/​A 
 + 
 +  * //​binder//​ 
 +    * Type:​Binder 
 +    * Description:​N/​A 
 + 
 +  * //args// 
 +    * Type:​Object[] 
 +    * Description:​N/​A 
 + 
 +  * //​modifiers//​ 
 +    * Type:​ParameterModifier[] 
 +    * Description:​N/​A 
 + 
 +  * //​culture//​ 
 +    * Type:​CultureInfo 
 +    * Description:​N/​A 
 + 
 +  * //​namedParameters//​ 
 +    * Type:​String[] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone(Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​MarshalByRefObject 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​cloneIdentity//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} __RaceSetServerIdentity(ServerIdentity) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​ServerIdentity 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //id// 
 +    * Type:​ServerIdentity 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} __ResetServerIdentity() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CanCastToXmlType(String,​String) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​xmlTypeName//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​xmlTypeNamespace//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ​==== 
 +** {{wiki:​PublicProperty.gif|}} BackgroundOverlay ** 
 + 
 +  * //This property gets or sets the backgournd overlay.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​BackgroundOverlay//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.BackgroundOverlay|BackgroundOverlay]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} AdornmentOverlay ** 
 + 
 +  * //This property gets or sets the adornment overlay in the MapControl.//​ 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AdornmentOverlay//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.AdornmentOverlay|AdornmentOverlay]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} EditOverlay ** 
 + 
 +  * //This property gets or sets the edit overlay in the MapControl.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​EditOverlay//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay|EditInteractiveOverlay]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} GeoCanvas ** 
 + 
 +  * //N/A// 
 +== Remarks =
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GeoCanvas//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TrackOverlay ** 
 + 
 +  * //This property gets or sets the track overlay in the MapControl.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​TrackOverlay//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ExtentOverlay ** 
 + 
 +  * //This property gets or sets the extent overlay in the MapControl.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ExtentOverlay//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} InteractiveOverlays ** 
 + 
 +  * //This property gets the collection of InterativeOverlays in the MapControl.//​ 
 +== Remarks == 
 +  * //This property is used when you want to change the default behavior of the InteractiveOverlay or add your own customized InteractiveOverlay.//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<T>​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay,​ DesktopEdition,​ Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Overlays ** 
 + 
 +  * //This property gets the collection of Overlays in the MapControl.//​ 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>[[ThinkGeo.MapSuite.DesktopEdition.Overlay,​ DesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} MapUnit ** 
 + 
 +  * //This property gets or sets the map unit used by the MapControl.//​ 
 +== Remarks == 
 +  * //The MapUnit reflects the data unit.// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomLevelSnapping ** 
 + 
 +  * //This property gets or sets the ZoomLevelSnappingMode in the MapControl.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomLevelSnapping//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CurrentScale ** 
 + 
 +  * //Gets or sets the current scale of the MapControl.//​ 
 +== Remarks == 
 +  * //When you set the scale, the <​strong>​CurrentExtent</strongwill change, but the center of the <​strong>​CurrentExtent</​strong>​ stays the same.// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} CurrentExtent ** 
 + 
 +  * //Gets or sets the current extent of the MapControl.//​ 
 +== 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.// 
 +== Return Value =
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} RestrictedExtent ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RestrictedExtent//​ 
 +== Return ​Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** 
 + 
 +  * //This property gets or sets the ZoomLevelSet used for the MapControl.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomLevelSet//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} MapResizeMode ** 
 + 
 +  * //This property gets or sets the MapResizeMode to be used when resizing the MapControl.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MapResizeMode//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} MinimumScale ** 
 + 
 +  * //This property gets or sets the MinimumScale your MapControl can zoom into when your ZoomLevelSnappingMode is set to None.// 
 +== 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.// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{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.// 
 +== 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.// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} ThreadingMode ** 
 + 
 +  * //This property gets or sets the ThreadingMode used in the MapControl.//​ 
 +== Remarks == 
 +  * //​Currently,​ we provide two different ThreadingModes:​ single-threaded mode and multi-threaded modeThe 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 == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapThreadingMode|MapThreadingMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} SmoothingMode ** 
 + 
 +  * //This property returns or sets the rendering quality for the drawing canvas.// 
 +== 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.//​ 
 +== Return Value == 
 +  * Type:​SmoothingMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} TextRenderingHint ** 
 + 
 +  * //This property returns or sets the rendering mode for text associated with this GeoCanvas.//​ 
 +== 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.//​ 
 +== Return Value == 
 +  * Type:​TextRenderingHint 
 + 
 +** {{wiki:​PublicProperty.gif|}} CompositingQuality ** 
 + 
 +  * //This property returns or sets the quality level to use during compositing.//​ 
 +== 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.// 
 +== Return Value == 
 +  * Type:​CompositingQuality 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingQuality ** 
 + 
 +  * //This property returns the drawing quality when rendering on the GeoCanvas.//​ 
 +== 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.// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} MapFocusMode ** 
 + 
 +  * //This property gets or sets the MapFocusMode for the MapControl when dealing with the issue of the map taking focus.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MapFocusMode//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapFocusMode|MapFocusMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibilityObject ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​AccessibleObject 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibleDefaultActionDescription ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleDefaultActionDescription//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibleDescription ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleDescription//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibleName ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleName//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AccessibleRole ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleRole//​ 
 +== Return Value == 
 +  * Type:​AccessibleRole 
 + 
 +** {{wiki:​PublicProperty.gif|}} AllowDrop ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AllowDrop//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Anchor ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Anchor//​ 
 +== Return Value == 
 +  * Type:​AnchorStyles 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoSize ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoScrollOffset ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AutoScrollOffset//​ 
 +== Return Value == 
 +  * Type:​Point 
 + 
 +** {{wiki:​PublicProperty.gif|}} LayoutEngine ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​LayoutEngine//​ 
 +== Return Value == 
 +  * Type:​LayoutEngine 
 + 
 +** {{wiki:​PublicProperty.gif|}} BackColor ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Color 
 + 
 +** {{wiki:​PublicProperty.gif|}} BackgroundImage ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Image 
 + 
 +** {{wiki:​PublicProperty.gif|}} BackgroundImageLayout ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​ImageLayout 
 + 
 +** {{wiki:​PublicProperty.gif|}} BindingContext ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​BindingContext 
 + 
 +** {{wiki:​PublicProperty.gif|}} Bottom ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Bottom//​ 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} Bounds ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Rectangle 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanFocus ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanFocus//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanSelect ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanSelect//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Capture ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CausesValidation ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ClientRectangle ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ClientRectangle//​ 
 +== Return Value == 
 +  * Type:​Rectangle 
 + 
 +** {{wiki:​PublicProperty.gif|}} ClientSize ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Size 
 + 
 +** {{wiki:​PublicProperty.gif|}} CompanyName ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CompanyName//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContainsFocus ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ContainsFocus//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContextMenu ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​ContextMenu 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContextMenuStrip ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​ContextMenuStrip 
 + 
 +** {{wiki:​PublicProperty.gif|}} Controls ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​ControlCollection 
 + 
 +** {{wiki:​PublicProperty.gif|}} Created ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Cursor ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Cursor 
 + 
 +** {{wiki:​PublicProperty.gif|}} DataBindings ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DataBindings//​ 
 +== Return Value == 
 +  * Type:​ControlBindingsCollection 
 + 
 +** {{wiki:​PublicProperty.gif|}} DisplayRectangle ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DisplayRectangle//​ 
 +== Return Value == 
 +  * Type:​Rectangle 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsDisposed ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsDisposed//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Disposing ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Disposing//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Dock ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​DockStyle 
 + 
 +** {{wiki:​PublicProperty.gif|}} Enabled ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Focused ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Focused//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Font ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Font 
 + 
 +** {{wiki:​PublicProperty.gif|}} ForeColor ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Color 
 + 
 +** {{wiki:​PublicProperty.gif|}} Handle ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​PublicProperty.gif|}} HasChildren ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​HasChildren//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Height ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Height//​ 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsHandleCreated ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsHandleCreated//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} InvokeRequired ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeRequired//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsAccessible ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsAccessible//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsMirrored ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsMirrored//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Left ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} Location ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Point 
 + 
 +** {{wiki:​PublicProperty.gif|}} Margin ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Padding 
 + 
 +** {{wiki:​PublicProperty.gif|}} MaximumSize ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MaximumSize//​ 
 +== Return Value == 
 +  * Type:Size 
 + 
 +** {{wiki:​PublicProperty.gif|}} MinimumSize ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MinimumSize//​ 
 +== Return Value == 
 +  * Type:Size 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleName//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Parent ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Control 
 + 
 +** {{wiki:​PublicProperty.gif|}} ProductName ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProductName//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ProductVersion ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProductVersion//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} RecreatingHandle ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RecreatingHandle//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Region ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Region 
 + 
 +** {{wiki:​PublicProperty.gif|}} Right ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} RightToLeft ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​RightToLeft 
 + 
 +** {{wiki:​PublicProperty.gif|}} Site ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Site//​ 
 +== Return Value == 
 +  * Type:​ISite 
 + 
 +** {{wiki:​PublicProperty.gif|}} Size ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Size 
 + 
 +** {{wiki:​PublicProperty.gif|}} TabIndex ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} TabStop ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Tag ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Tag//​ 
 +== Return Value == 
 +  * Type:​Object 
 + 
 +** {{wiki:​PublicProperty.gif|}} Text ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Top ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} TopLevelControl ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​TopLevelControl//​ 
 +== Return Value == 
 +  * Type:​Control 
 + 
 +** {{wiki:​PublicProperty.gif|}} UseWaitCursor ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UseWaitCursor//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Visible ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Width ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Width//​ 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} WindowTarget ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​WindowTarget//​ 
 +== Return Value == 
 +  * Type:​IWindowTarget 
 + 
 +** {{wiki:​PublicProperty.gif|}} PreferredSize ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:Size 
 + 
 +** {{wiki:​PublicProperty.gif|}} Padding ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​Padding 
 + 
 +** {{wiki:​PublicProperty.gif|}} ImeMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​ImeMode 
 + 
 +** {{wiki:​PublicProperty.gif|}} Container ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​IContainer 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} BackColorBrush ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} BecomingActiveControl ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} BindingContextInternal ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​BindingContext 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CanAccessProperties ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CanRaiseEvents ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanRaiseEvents//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CaptureInternal ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CacheTextInternal ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CreateParams ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateParams//​ 
 +== Return Value == 
 +  * Type:​CreateParams 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ValidationCancelled ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsTopMdiWindowClosing ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CreateThreadId ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DefaultCursor ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultCursor//​ 
 +== Return Value == 
 +  * Type:​Cursor 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DefaultMargin ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMargin//​ 
 +== Return Value == 
 +  * Type:​Padding 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DefaultMaximumSize ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMaximumSize//​ 
 +== Return Value == 
 +  * Type:Size 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DefaultMinimumSize ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMinimumSize//​ 
 +== Return Value == 
 +  * Type:Size 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DefaultPadding ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultPadding//​ 
 +== Return Value == 
 +  * Type:​Padding 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DefaultSize ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultSize//​ 
 +== Return Value == 
 +  * Type:Size 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DisabledColor ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Color 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DoubleBuffered ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoubleBuffered//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} FontHandle ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} FontHeight ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FontHeight//​ 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} HandleInternal ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} HasMenu ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} HostedInWin32DialogManager ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsLayoutSuspended ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsWindowObscured ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} InternalHandle ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​IntPtr 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsActiveX ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsContainerControl ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsIEParent ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsMnemonicsListenerAxSourced ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ParentInternal ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Control 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} Properties ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​PropertyStore 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} RawBackColor ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Color 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} RenderRightToLeft ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} RenderTransparent ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} RenderTransparencyWithVisualStyles ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} RequiredScaling ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​BoundsSpecified 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} RequiredScalingEnabled ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ResizeRedraw ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResizeRedraw//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ScaleChildren ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleChildren//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TabStopInternal ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TopLevelControlInternal ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Control 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TopMostParent ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Control 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ShowKeyboardCues ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ShowFocusCues ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ShowParams ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} UseCompatibleTextRenderingInt ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} SupportsUseCompatibleTextRendering ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} WindowStyle ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} WindowText ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ParentContainerControl ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​ContainerControl 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ShouldAutoValidate ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CachedImeMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​ImeMode 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CanEnableIme ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanEnableIme//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CurrentImeContextMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​ImeMode 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DefaultImeMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultImeMode//​ 
 +== Return Value == 
 +  * Type:​ImeMode 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DisableImeModeChangedCount ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ImeModeBase ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ImeModeBase//​ 
 +== Return Value == 
 +  * Type:​ImeMode 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ImeWmCharsToIgnore ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} CanRaiseEventsInternal ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} Events ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //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 == 
 +  * Type:​EventHandlerList 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} DesignMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DesignMode//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} MapClick ** 
 +  * //This event will be fired when you click on the Map.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMapClick.28MapClickWinformsMapEventArgs.29//​
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== DrawingQuality ==== +
-This property returns the drawing quality when rendering on the GeoCanvas. +
-=== 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. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<!-- ThinkGeo.MapSuite.Core.DrawingQuality --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} OverlaysDrawing ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before all overlays are drawn.// 
-==== EditOverlay ==== +== Remarks == 
-This property gets or sets the edit overlay in the MapControl+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​EditOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​EditOverlay</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay|EditInteractiveOverlay]]<​!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Enabled ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} OverlaysDrawn ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after all overlays are drawn.// 
-==== ExtentOverlay ==== +== Remarks == 
-This property gets or sets the extent overlay in the MapControl+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ExtentOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ExtentOverlay</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay|ExtentInteractiveOverlay]]<​!-- ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Focused ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Focused"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Focused</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} OverlayDrawing ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before an overlay is drawn.// 
-==== Font ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawing.28OverlayDrawingWinformsMapEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetFont.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetFont.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Font<!-- System.Drawing.Font --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== ForeColor ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetForeColor.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetForeColor.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Color<​!-- System.Drawing.Color --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} OverlayDrawn ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after an overlay is drawn.// 
-==== GeoCanvas ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawn.28OverlayDrawnWinformsMapEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GeoCanvas"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GeoCanvas</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Handle ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateHandle.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateHandle.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} CurrentExtentChanging ** 
-[[#Public Properties|Go Back]] +  * //This event will be raised before the CurrentExtent of the Map changes.// 
-==== HasChildren ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​HasChildren"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​HasChildren</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Height ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Height"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Height</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} CurrentExtentChanged ** 
-[[#Public Properties|Go Back]] +  * //This event will be raised after the CurrentExtent of the Map changes.// 
-==== ImeMode ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanged.28CurrentExtentChangedWinformsMapEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetImeMode.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetImeMode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| ImeMode<​!-- System.Windows.Forms.ImeMode --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== InteractiveOverlays ==== +
-This property gets the collection of InterativeOverlays in the MapControl. +
-=== Remarks === +
-This property is used when you want to change the default behavior of the InteractiveOverlay or add your own customized InteractiveOverlay. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]]><!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} CurrentScaleChanged ** 
-[[#Public Properties|Go Back]] +  * //This event will be raised after the CurrentScale of the Map changes.// 
-==== InvokeRequired ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanged.28CurrentScaleChangedWinformsMapEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeRequired"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeRequired</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== IsAccessible ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsAccessible"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsAccessible</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} CurrentScaleChanging ** 
-[[#Public Properties|Go Back]] +  * //This event will be raised before the CurrentScale of the Map changes.// 
-==== IsDisposed ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsDisposed"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsDisposed</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]]
-[[#Public Properties|Go Back]] +
-==== IsHandleCreated ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsHandleCreated"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsHandleCreated</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} AutoSizeChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== IsMirrored ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsMirrored"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsMirrored</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== LayoutEngine ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​LayoutEngine"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​LayoutEngine</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| LayoutEngine<​!-- System.Windows.Forms.Layout.LayoutEngine --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} BackColorChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Left ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackColorChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Location ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Point<​!-- System.Drawing.Point --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} BackgroundImageChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== MapFocusMode ==== +== Remarks == 
-This property gets or sets the MapFocusMode for the MapControl when dealing with the issue of the map taking focus. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MapFocusMode"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MapFocusMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapFocusMode|MapFocusMode]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapFocusMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== MapResizeMode ==== +
-This property gets or sets the MapResizeMode to be used when resizing the MapControl. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MapResizeMode"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MapResizeMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]]<​!-- ThinkGeo.MapSuite.Core.MapResizeMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} BackgroundImageLayoutChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== MapUnit ==== +== Remarks == 
-This property gets or sets the map unit used by the MapControl. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29//
-=== Remarks ​=== +
-The MapUnit reflects ​the data unit. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Margin ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Padding<​!-- System.Windows.Forms.Padding --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} BindingContextChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== MaximumScale ==== +== Remarks == 
-This property will gets or sets the MaximumScale your MapControl can zoom out to when your ZoomLevelSnappingMode is set to None. +  * //For the most updated Info for this topicplease check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29//​
-=== Remarks ​=== +
-If your ZoomLevelSnappingMode is set to Default or SnapUpthe 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 Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== MaximumSize ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MaximumSize"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MaximumSize</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Drawing.Size --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} CausesValidationChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== MinimumScale ==== +== Remarks == 
-This property gets or sets the MinimumScale your MapControl can zoom into when your ZoomLevelSnappingMode is set to None. +  * //For the most updated Info for this topicplease check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29//​
-=== Remarks ​=== +
-If your ZoomLevelSnappingMode is set to either Default or SnapUpthe 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 Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== MinimumSize ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MinimumSize"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​MinimumSize</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Drawing.Size --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} ClientSizeChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Name ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleName"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​AccessibleName</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Overlays ==== +
-This property gets the collection of Overlays in the MapControl. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]]><​!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.DesktopEdition.Overlay} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} ContextMenuChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Padding ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Padding<​!-- System.Windows.Forms.Padding --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Parent ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackColorChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentBackColorChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Control<​!-- System.Windows.Forms.Control --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} ContextMenuStripChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== PreferredSize ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Drawing.Size --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== ProductName ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProductName"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProductName</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} CursorChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== ProductVersion ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCursorChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProductVersion"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ProductVersion</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== RecreatingHandle ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RecreatingHandle"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RecreatingHandle</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} DockChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Region ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.2C_Boolean.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Invalidate.28Region.2C_Boolean.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Region<​!-- System.Drawing.Region --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== RestrictedExtent ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RestrictedExtent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​RestrictedExtent</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} EnabledChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Right ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== RightToLeft ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetRightToLeft.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| RightToLeft<​!-- System.Windows.Forms.RightToLeft --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} FontChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Site ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnFontChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Site" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Site</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| ISite<​!-- System.ComponentModel.ISite --> ​  |+
  
-<!-- System.ComponentModel.Component(overriden) --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Size ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetPreferredSize.28Size.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Drawing.Size --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} ForeColorChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== SmoothingMode ==== +== Remarks == 
-This property returns or sets the rendering quality for the drawing canvas. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnForeColorChanged.28EventArgs.29//
-=== Remarks ​=== +
-This property is used for GDI+ drawingThe 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 modeAreas filled using a PathGradientBrush are rendered the same way (aliased) regardless of the SmoothingMode property. +
-=== Return Value === +
-^ Return Type ^ +
-| SmoothingMode<​!-- System.Drawing.Drawing2D.SmoothingMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== TabIndex ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} LocationChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== TabStop ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Tag ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Tag"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Tag</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Object<​!-- System.Object --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MarginChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Text ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetText.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResetText.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== TextRenderingHint ==== +
-This property returns or sets the rendering mode for text associated with this GeoCanvas. +
-=== 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. +
-=== Return Value === +
-^ Return Type ^ +
-| TextRenderingHint<​!-- System.Drawing.Text.TextRenderingHint --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} RegionChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== ThreadingMode ==== +== Remarks == 
-This property gets or sets the ThreadingMode used in the MapControl. +  * //For the most updated Info for this topicplease check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRegionChanged.28EventArgs.29//
-=== Remarks ​=== +
-Currentlywe provide two different ThreadingModessingle-threaded mode and multi-threaded modeThe 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 Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapThreadingMode|MapThreadingMode]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapThreadingMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Top ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetTopLevel.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​GetTopLevel.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} RightToLeftChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== TopLevelControl ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentRightToLeftChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​TopLevelControl"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​TopLevelControl</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Control<​!-- System.Windows.Forms.Control --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== TrackOverlay ==== +
-This property gets or sets the track overlay in the MapControl. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​TrackOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​TrackOverlay</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay|TrackInteractiveOverlay]]<​!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} SizeChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== UseWaitCursor ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UseWaitCursor"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​UseWaitCursor</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== Visible ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} TabIndexChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== Width ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Width" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Width</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== WindowTarget ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​WindowTarget"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​WindowTarget</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| IWindowTarget<​!-- System.Windows.Forms.IWindowTarget --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} TabStopChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== ZoomLevelSet ==== +== Remarks == 
-This property gets or sets the ZoomLevelSet used for the MapControl. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomLevelSet"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomLevelSet</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<​!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Properties|Go Back]] +
-==== ZoomLevelSnapping ==== +
-This property gets or sets the ZoomLevelSnappingMode in the MapControl. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomLevelSnapping"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ZoomLevelSnapping</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]]<​!-- ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} TextChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-===== Protected Properties ===== +== Remarks == 
-==== CanEnableIme ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTextChanged.28EventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanEnableIme"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanEnableIme</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-==== CanRaiseEvents ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanRaiseEvents"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CanRaiseEvents</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.ComponentModel.Component(overriden) --> +** {{wiki:​PublicEvent.gif|}} VisibleChanged ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== CreateParams ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateParams"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​CreateParams</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| CreateParams<​!-- System.Windows.Forms.CreateParams --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-==== DefaultCursor ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultCursor"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultCursor</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Cursor<​!-- System.Windows.Forms.Cursor --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Click ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== DefaultImeMode ==== +== Remarks == 
-=== Remarks ​=== +  * //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//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultImeMode"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultImeMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| ImeMode<​!-- System.Windows.Forms.ImeMode --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-==== DefaultMargin ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMargin"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMargin</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Padding<​!-- System.Windows.Forms.Padding --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} ControlAdded ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== DefaultMaximumSize ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlAdded.28ControlEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMaximumSize"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMaximumSize</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Drawing.Size --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-==== DefaultMinimumSize ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMinimumSize"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultMinimumSize</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Drawing.Size --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} ControlRemoved ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== DefaultPadding ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlRemoved.28ControlEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultPadding"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultPadding</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Padding<​!-- System.Windows.Forms.Padding --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-==== DefaultSize ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultSize"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DefaultSize</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Size<!-- System.Drawing.Size --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} DragDrop ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== DesignMode ==== +== Remarks == 
-=== Remarks ​=== +  * //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//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DesignMode"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DesignMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.ComponentModel.Component --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-==== DoubleBuffered ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoubleBuffered"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoubleBuffered</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} DragEnter ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== Events ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Public_Events"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​Public_Events</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| EventHandlerList<​!-- System.ComponentModel.EventHandlerList --> ​  |+
  
-<!-- System.ComponentModel.Component --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-==== FontHeight ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FontHeight"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​FontHeight</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} DragOver ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== ImeModeBase ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragOver.28DragEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ImeModeBase"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ImeModeBase</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| ImeMode<​!-- System.Windows.Forms.ImeMode --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-==== ResizeRedraw ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResizeRedraw"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ResizeRedraw</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} DragLeave ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== ScaleChildren ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleChildren"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​ScaleChildren</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== AutoSizeChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} GiveFeedback ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== BackColorChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGiveFeedback.28GiveFeedbackEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackColorChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackColorChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== BackgroundImageChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} HandleCreated ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== BackgroundImageLayoutChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBackgroundImageLayoutChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== BindingContextChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnBindingContextChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} HandleDestroyed ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== CausesValidationChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleDestroyed.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCausesValidationChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== ChangeUICues ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnChangeUICues.28UICuesEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnChangeUICues.28UICuesEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| UICuesEventArgs<​!-- System.Windows.Forms.UICuesEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} HelpRequested ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Click ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHelpRequested.28HelpEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeOnClick.28Control.2C_EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeOnClick.28Control.2C_EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== ClientSizeChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnClientSizeChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Invalidated ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== ContextMenuChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnInvalidated.28InvalidateEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== ContextMenuStripChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnContextMenuStripChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} PaddingChanged ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== ControlAdded ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlAdded.28ControlEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlAdded.28ControlEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| ControlEventArgs<​!-- System.Windows.Forms.ControlEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== ControlRemoved ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlRemoved.28ControlEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnControlRemoved.28ControlEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| ControlEventArgs<​!-- System.Windows.Forms.ControlEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Paint ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== CurrentExtentChanged ==== +== Remarks == 
-This event will be raised after the CurrentExtent of the Map changes. +  * //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//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanged.28CurrentExtentChangedWinformsMapEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanged.28CurrentExtentChangedWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== CurrentExtentChanging ==== +
-This event will be raised before the CurrentExtent of the Map changes. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} QueryContinueDrag ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== CurrentScaleChanged ==== +== Remarks == 
-This event will be raised after the CurrentScale of the Map changes. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnQueryContinueDrag.28QueryContinueDragEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanged.28CurrentScaleChangedWinformsMapEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanged.28CurrentScaleChangedWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== CurrentScaleChanging ==== +
-This event will be raised before the CurrentScale of the Map changes. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} QueryAccessibilityHelp ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== CursorChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​QueryAccessibilityHelp//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCursorChanged.28EventArgs.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnCursorChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== Disposed ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsDisposed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsDisposed</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.ComponentModel.Component --> +** {{wiki:​PublicEvent.gif|}} DoubleClick ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DockChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDoubleClick.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDockChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== DoubleClick ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDoubleClick.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDoubleClick.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Enter ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DragDrop ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoDragDrop.28Object.2C_DragDropEffects.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​DoDragDrop.28Object.2C_DragDropEffects.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| DragEventArgs<​!-- System.Windows.Forms.DragEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== DragEnter ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| DragEventArgs<​!-- System.Windows.Forms.DragEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} GotFocus ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DragLeave ==== +== Remarks == 
-=== Remarks ​=== +  * //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//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== DragOver ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragOver.28DragEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragOver.28DragEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| DragEventArgs<​!-- System.Windows.Forms.DragEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} KeyDown ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== EnabledChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyDown.28KeyEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnEnabledChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== Enter ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragEnter.28DragEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} KeyPress ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== FontChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyPress.28KeyPressEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnFontChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnFontChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== ForeColorChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnForeColorChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnForeColorChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} KeyUp ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== GiveFeedback ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyUp.28KeyEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGiveFeedback.28GiveFeedbackEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnGiveFeedback.28GiveFeedbackEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| GiveFeedbackEventArgs<​!-- System.Windows.Forms.GiveFeedbackEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== GotFocus ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeGotFocus.28Control.2C_EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeGotFocus.28Control.2C_EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Layout ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== HandleCreated ==== +== Remarks == 
-=== Remarks ​=== +  * //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//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleCreated.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== HandleDestroyed ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleDestroyed.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHandleDestroyed.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Leave ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== HelpRequested ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHelpRequested.28HelpEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnHelpRequested.28HelpEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| HelpEventArgs<​!-- System.Windows.Forms.HelpEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== ImeModeChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnImeModeChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnImeModeChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} LostFocus ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Invalidated ==== +== Remarks == 
-=== Remarks ​=== +  * //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//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnInvalidated.28InvalidateEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnInvalidated.28InvalidateEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| InvalidateEventArgs<​!-- System.Windows.Forms.InvalidateEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== KeyDown ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyDown.28KeyEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyDown.28KeyEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| KeyEventArgs<​!-- System.Windows.Forms.KeyEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseClick ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== KeyPress ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseClick.28MouseEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyPress.28KeyPressEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyPress.28KeyPressEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| KeyPressEventArgs<​!-- System.Windows.Forms.KeyPressEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== KeyUp ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyUp.28KeyEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnKeyUp.28KeyEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| KeyEventArgs<​!-- System.Windows.Forms.KeyEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseDoubleClick ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Layout ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDoubleClick.28MouseEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28Control.2C_String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​PerformLayout.28Control.2C_String.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| LayoutEventArgs<​!-- System.Windows.Forms.LayoutEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== Leave ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnDragLeave.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseCaptureChanged ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== LocationChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnLocationChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== LostFocus ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeLostFocus.28Control.2C_EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokeLostFocus.28Control.2C_EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseDown ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== MapClick ==== +== Remarks == 
-This event will be fired when you click on the Map. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDown.28MouseEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMapClick.28MapClickWinformsMapEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMapClick.28MapClickWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== MarginChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMarginChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseEnter ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== MouseCaptureChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseEnter.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseCaptureChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== MouseClick ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseClick.28MouseEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseClick.28MouseEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseLeave ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== MouseDoubleClick ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseLeave.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDoubleClick.28MouseEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDoubleClick.28MouseEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== MouseDown ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDown.28MouseEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseDown.28MouseEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseHover ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== MouseEnter ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseHover.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseEnter.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseEnter.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== MouseHover ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseHover.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseHover.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseMove ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== MouseLeave ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseLeave.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseLeave.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== MouseMove ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseUp ​** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== MouseUp ​==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseUp.28MouseEventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseUp.28MouseEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseUp.28MouseEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== MouseWheel ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseWheel.28MouseEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseWheel.28MouseEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| MouseEventArgs<​!-- System.Windows.Forms.MouseEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} MouseWheel ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Move ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseWheel.28MouseEventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== OverlayDrawing ==== +
-This event will be fired before an overlay is drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawing.28OverlayDrawingWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawing.28OverlayDrawingWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} Move ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== OverlayDrawn ==== +== Remarks == 
-This event will be fired after an overlay is drawn. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnMouseMove.28MouseEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawn.28OverlayDrawnWinformsMapEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlayDrawn.28OverlayDrawnWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== OverlaysDrawing ==== +
-This event will be fired before all overlays are drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +** {{wiki:​PublicEvent.gif|}} PreviewKeyDown ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== OverlaysDrawn ==== +== Remarks == 
-This event will be fired after all overlays are drawn. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPreviewKeyDown.28PreviewKeyDownEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.WinformsMap --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== PaddingChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPaddingChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Resize ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Paint ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnResize.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaint.28Control.2C_PaintEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​InvokePaint.28Control.2C_PaintEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| PaintEventArgs<​!-- System.Windows.Forms.PaintEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== ParentChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} ChangeUICues ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== PreviewKeyDown ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnChangeUICues.28UICuesEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPreviewKeyDown.28PreviewKeyDownEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnPreviewKeyDown.28PreviewKeyDownEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| PreviewKeyDownEventArgs<​!-- System.Windows.Forms.PreviewKeyDownEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== QueryAccessibilityHelp ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​QueryAccessibilityHelp"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​QueryAccessibilityHelp</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| QueryAccessibilityHelpEventArgs<​!-- System.Windows.Forms.QueryAccessibilityHelpEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} StyleChanged ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== QueryContinueDrag ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnStyleChanged.28EventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnQueryContinueDrag.28QueryContinueDragEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnQueryContinueDrag.28QueryContinueDragEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| QueryContinueDragEventArgs<​!-- System.Windows.Forms.QueryContinueDragEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== RegionChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRegionChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnRegionChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} SystemColorsChanged ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Resize ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSystemColorsChanged.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnResize.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnResize.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== RightToLeftChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentRightToLeftChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentRightToLeftChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Validating ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== SizeChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidating.28CancelEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnAutoSizeChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== StyleChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnStyleChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnStyleChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Validated ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== SystemColorsChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidated.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSystemColorsChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnSystemColorsChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== TabIndexChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabIndexChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} ParentChanged ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== TabStopChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentChanged.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTabStopChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== TextChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTextChanged.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnTextChanged.28EventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} ImeModeChanged ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Validated ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnImeModeChanged.28EventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidated.28EventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidated.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== Validating ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidating.28CancelEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnValidating.28CancelEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| CancelEventArgs<​!-- System.ComponentModel.CancelEventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +** {{wiki:​PublicEvent.gif|}} Disposed ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== VisibleChanged ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​IsDisposed//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.WinformsMap#​OnParentVisibleChanged.28EventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- System.Windows.Forms.Control --> +Event Arguments:
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​DesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.DesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.desktopedition.winformsmap.1440040130.txt.gz · Last modified: 2015/09/18 03:05 (external edit)