====== ThinkGeo.MapSuite.DesktopEdition.WinformsMap ======
{{section>upgrade_map_suite_to_10.0}}
The Map Control used to develop a Winforms application.
===== Inheritance Hierarchy =====
*System.Object
*System.MarshalByRefObject
*System.ComponentModel.Component
*System.Windows.Forms.Control
***ThinkGeo.MapSuite.DesktopEdition.WinformsMap**
===== Members Summary =====
==== Public Constructors ====
** {{wiki:PublicMethod.gif|}} WinformsMap() **
* //Constructor of the Winform MapControl.//
== Remarks ==
* //In this constructor, we will initialize some class modular variables and hook up some events.//
== Parameters ==
==== Protected Constructors ====
==== Public Methods ====
** {{wiki:PublicMethod.gif|}} ZoomOutToCenter(Int32,ScreenPointF) **
* //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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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 ==
** {{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 ==
** {{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 ==
** {{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 ==
** {{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
** {{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
** {{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
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable) **
* //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
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,IEnumerable) **
* //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
** {{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
** {{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 ==
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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.
** {{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 ==
** {{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
** {{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
** {{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
** {{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 ==
** {{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
** {{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 ==
** {{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 ==
** {{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
** {{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
** {{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
** {{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 ==
** {{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 ==
** {{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
** {{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
** {{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 ==
** {{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
** {{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 ==
** {{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
** {{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
** {{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 ==
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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 ==
** {{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
** {{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
** {{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
** {{wiki:PublicMethod.gif|}} PreProcessMessage(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //msg//
* Type:Message&
* Description:N/A
** {{wiki:PublicMethod.gif|}} PreProcessControlMessage(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:PreProcessControlState
* Description:N/A
== Parameters ==
* //msg//
* Type:Message&
* Description:N/A
** {{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 ==
** {{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 ==
** {{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 ==
** {{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 ==
** {{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 ==
** {{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
** {{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
** {{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 ==
** {{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 ==
** {{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
** {{wiki:PublicMethod.gif|}} Scale(Single) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //ratio//
* Type:Single
* Description:N/A
** {{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
** {{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
** {{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 ==
** {{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
** {{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 ==
** {{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
** {{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
** {{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 ==
** {{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 ==
** {{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 ==
** {{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 ==
** {{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 ==
** {{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 ==
** {{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 ==
** {{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 ==
** {{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
** {{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
** {{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 ==
** {{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 ==
** {{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 ==
==== Protected Methods ====
** {{wiki:ProtectedMethod.gif|}} OnPaint(PaintEventArgs) **
* //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:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnPaint.28PaintEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:PaintEventArgs
* Description:The events args for the OnPaint API.
** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) **
* //Releases the unmanaged resources used by the Map Control and its child controls. Optionally, releases the managed resources as well.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#Dispose.28Boolean.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //disposing//
* Type:Boolean
* Description:True to release both managed and unmanaged resources; false to release only unmanaged resources.
** {{wiki:ProtectedMethod.gif|}} OnMapClick(MapClickWinformsMapEventArgs) **
* //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:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnMapClick.28MapClickWinformsMapEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]]
* Description:The WinformsMapClickEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} 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:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnOverlaysDrawing.28OverlaysDrawingWinformsMapEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]]
* Description:The OverlaysDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnOverlaysDrawn(OverlaysDrawnWinformsMapEventArgs) **
* //This event will be fired after the Overlays have been drawn.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]]
* Description:The OverlaysDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnOverlayDrawing(OverlayDrawingWinformsMapEventArgs) **
* //This event will be fired before the Overlay is drawn.//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]]
* Description:The OverlayDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnOverlayDrawn(OverlayDrawnWinformsMapEventArgs) **
* //This event will be fired after the Overlay has been drawn.//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]]
* Description:The OverlayDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnCurrentScaleChanged(CurrentScaleChangedWinformsMapEventArgs) **
* //Raised when the CurrentScale of the map changes.//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]]
* Description:The CurrentScaleChangedEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnCurrentExtentChanged(CurrentExtentChangedWinformsMapEventArgs) **
* //Raised when the CurrentExtent of the map changes.//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]]
* Description:The CurrentExtentChangedEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnCurrentScaleChanging(CurrentScaleChangingWinformsMapEventArgs) **
* //Raised before the CurrentScale of the map changes.//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]]
* Description:The CurrentScaleChangingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnCurrentExtentChanging(CurrentExtentChangingWinformsMapEventArgs) **
* //Raised before the CurrentExtent of the map changes.//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]]
* Description:The CurrentExtentChangingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} IsInputKey(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#IsInputKey.28Keys.29//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //keyData//
* Type:Keys
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetAccessibilityObjectById(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#GetAccessibilityObjectById.28Int32.29//
== Return Value ==
* Type:AccessibleObject
* Description:N/A
== Parameters ==
* //objectId//
* Type:Int32
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} SetAutoSizeMode(AutoSizeMode) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#SetAutoSizeMode.28AutoSizeMode.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //mode//
* Type:AutoSizeMode
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetAutoSizeMode() **
* //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:AutoSizeMode
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} NotifyValidationResult(Object,CancelEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //sender//
* Type:Object
* Description:N/A
* //ev//
* Type:CancelEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} ValidateActiveControl(Boolean&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //validatedControlAllowsFocusChange//
* Type:Boolean&
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetPreferredSizeCore(Size) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Size
* Description:N/A
== Parameters ==
* //proposedSize//
* Type:Size
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} AddReflectChild() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} RemoveReflectChild() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} AccessibilityNotifyClients(AccessibleEvents,Int32) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //accEvent//
* Type:AccessibleEvents
* Description:N/A
* //childID//
* Type:Int32
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} AccessibilityNotifyClients(AccessibleEvents,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#AccessibilityNotifyClients.28AccessibleEvents.2C_Int32.2C_Int32.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //accEvent//
* Type:AccessibleEvents
* Description:N/A
* //objectID//
* Type:Int32
* Description:N/A
* //childID//
* Type:Int32
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} AssignParent(Control) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //value//
* Type:Control
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} BeginUpdateInternal() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} CanProcessMnemonic() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} CanSelectCore() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} CreateAccessibilityInstance() **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#CreateAccessibilityInstance.28.29//
== Return Value ==
* Type:AccessibleObject
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} CreateControlsInstance() **
* //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
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} CreateGraphicsInternal() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Graphics
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} CreateHandle() **
* //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:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} CreateControl(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //fIgnoreVisible//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DefWndProc(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //m//
* Type:Message&
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} DestroyHandle() **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#DestroyHandle.28.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} DisposeAxControls() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} EndUpdateInternal() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} EndUpdateInternal(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //invalidate//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} FindFormInternal() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Form
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetTopLevel() **
* //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:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} RaiseCreateHandleEvent(EventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} RaiseKeyEvent(Object,KeyEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:Object
* Description:N/A
* //e//
* Type:KeyEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} RaiseMouseEvent(Object,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#RaiseMouseEvent.28Object.2C_MouseEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:Object
* Description:N/A
* //e//
* Type:MouseEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} FocusInternal() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ApplySizeConstraints(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
** {{wiki:ProtectedMethod.gif|}} ApplySizeConstraints(Size) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Size
* Description:N/A
== Parameters ==
* //proposedSize//
* Type:Size
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} ApplyBoundsConstraints(Int32,Int32,Int32,Int32) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Rectangle
* Description:N/A
== Parameters ==
* //suggestedX//
* Type:Int32
* Description:N/A
* //suggestedY//
* Type:Int32
* Description:N/A
* //proposedWidth//
* Type:Int32
* Description:N/A
* //proposedHeight//
* Type:Int32
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} IsUpdating() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetContainerControlInternal() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:IContainerControl
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetHRgn(Region) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:IntPtr
* Description:N/A
== Parameters ==
* //region//
* Type:Region
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetScaledBounds(Rectangle,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#GetScaledBounds.28Rectangle.2C_SizeF.2C_BoundsSpecified.29//
== Return Value ==
* Type:Rectangle
* Description:N/A
== Parameters ==
* //bounds//
* Type:Rectangle
* Description:N/A
* //factor//
* Type:SizeF
* Description:N/A
* //specified//
* Type:BoundsSpecified
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetVisibleCore() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetAnyDisposingInHierarchy() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetChildControlsInTabOrder(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Control[]
* Description:N/A
== Parameters ==
* //handleCreatedOnly//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFirstChildControlInTabOrder(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Control
* Description:N/A
== Parameters ==
* //forward//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetState(Int32) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //flag//
* Type:Int32
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetStyle(ControlStyles) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#GetStyle.28ControlStyles.29//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //flag//
* Type:ControlStyles
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} InitLayout() **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#InitLayout.28.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} InitializeDCForWmCtlColor(IntPtr,Int32) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:IntPtr
* Description:N/A
== Parameters ==
* //dc//
* Type:IntPtr
* Description:N/A
* //msg//
* Type:Int32
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokePaint(Control,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#InvokePaint.28Control.2C_PaintEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //c//
* Type:Control
* Description:N/A
* //e//
* Type:PaintEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokePaintBackground(Control,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#InvokePaintBackground.28Control.2C_PaintEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //c//
* Type:Control
* Description:N/A
* //e//
* Type:PaintEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} IsFontSet() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} IsDescendant(Control) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //descendant//
* Type:Control
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} IsInputChar(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#IsInputChar.28Char.29//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //charCode//
* Type:Char
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} NotifyEnter() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} NotifyLeave() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} NotifyInvalidate(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#NotifyInvalidate.28Rectangle.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //invalidatedArea//
* Type:Rectangle
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokeOnClick(Control,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#InvokeOnClick.28Control.2C_EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //toInvoke//
* Type:Control
* Description:N/A
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnAutoSizeChanged(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#OnAutoSizeChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnBackColorChanged(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#OnBackColorChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnBackgroundImageChanged(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#OnBackgroundImageChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnBackgroundImageLayoutChanged(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#OnBackgroundImageLayoutChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnBindingContextChanged(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#OnBindingContextChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCausesValidationChanged(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#OnCausesValidationChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnChildLayoutResuming(Control,Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //child//
* Type:Control
* Description:N/A
* //performLayout//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnContextMenuChanged(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#OnContextMenuChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnContextMenuStripChanged(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#OnContextMenuStripChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCursorChanged(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#OnCursorChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDockChanged(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#OnDockChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnEnabledChanged(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#OnEnabledChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnFrameWindowActivate(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //fActivate//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnFontChanged(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#OnFontChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnForeColorChanged(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#OnForeColorChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnRightToLeftChanged(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#OnRightToLeftChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnNotifyMessage(Message) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnNotifyMessage.28Message.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //m//
* Type:Message
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentBackColorChanged(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#OnParentBackColorChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentBackgroundImageChanged(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#OnParentBackgroundImageChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentBindingContextChanged(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#OnParentBindingContextChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentCursorChanged(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#OnParentCursorChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentEnabledChanged(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#OnParentEnabledChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentFontChanged(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#OnParentFontChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentHandleRecreated() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnParentHandleRecreating() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnParentForeColorChanged(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#OnParentForeColorChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentRightToLeftChanged(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#OnParentRightToLeftChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentVisibleChanged(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#OnParentVisibleChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentBecameInvisible() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnPrint(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#OnPrint.28PaintEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:PaintEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnTabIndexChanged(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#OnTabIndexChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnTabStopChanged(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#OnTabStopChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnTextChanged(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#OnTextChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnVisibleChanged(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#OnVisibleChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnTopMostActiveXParentChanged(EventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentChanged(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#OnParentChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnClick(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#OnClick.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnClientSizeChanged(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#OnClientSizeChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnControlAdded(ControlEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:ControlEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnControlRemoved(ControlEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:ControlEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCreateControl() **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnCreateControl.28.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnHandleCreated(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#OnHandleCreated.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnInvokedSetScrollPosition(Object,EventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //sender//
* Type:Object
* Description:N/A
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnLocationChanged(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#OnLocationChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnHandleDestroyed(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#OnHandleDestroyed.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDoubleClick(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#OnDoubleClick.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDragEnter(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#OnDragEnter.28DragEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //drgevent//
* Type:DragEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDragOver(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#OnDragOver.28DragEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //drgevent//
* Type:DragEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDragLeave(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#OnDragLeave.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDragDrop(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#OnDragDrop.28DragEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //drgevent//
* Type:DragEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //gfbevent//
* Type:GiveFeedbackEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnEnter(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#OnEnter.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokeGotFocus(Control,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#InvokeGotFocus.28Control.2C_EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //toInvoke//
* Type:Control
* Description:N/A
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGotFocus(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#OnGotFocus.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnHelpRequested(HelpEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //hevent//
* Type:HelpEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnInvalidated(InvalidateEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:InvalidateEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:KeyEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnKeyPress(KeyPressEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:KeyPressEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) **
* //N/A//
== 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//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:KeyEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnLayout(LayoutEventArgs) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnLayout.28LayoutEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //levent//
* Type:LayoutEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnLayoutResuming(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //performLayout//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnLayoutSuspended() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnLeave(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#OnLeave.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokeLostFocus(Control,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#InvokeLostFocus.28Control.2C_EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //toInvoke//
* Type:Control
* Description:N/A
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnLostFocus(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#OnLostFocus.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMarginChanged(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#OnMarginChanged.28EventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:EventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseDoubleClick(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#OnMouseDoubleClick.28MouseEventArgs.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //e//
* Type:MouseEventArgs
* Description:N/A
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{wiki:ProtectedMethod.gif|}} PerformLayout(LayoutEventArgs) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //args//
* Type:LayoutEventArgs
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} PerformControlValidation(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //bulkValidation//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} PerformContainerValidation(ValidationConstraints) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //validationConstraints//
* Type:ValidationConstraints
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} PointToClientInternal(Point) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Point
* Description:N/A
== Parameters ==
* //p//
* Type:Point
* Description:N/A
** {{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
** {{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
** {{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
** {{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
** {{wiki:ProtectedMethod.gif|}} ProcessKeyEventArgs(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //m//
* Type:Message&
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} ProcessKeyMessage(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //m//
* Type:Message&
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} ProcessKeyPreview(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //m//
* Type:Message&
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} ProcessMnemonic(Char) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //charCode//
* Type:Char
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} ProcessUICues(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //msg//
* Type:Message&
* Description:N/A
** {{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
** {{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
** {{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 ==
** {{wiki:ProtectedMethod.gif|}} RecreateHandleCore() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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 ==
** {{wiki:ProtectedMethod.gif|}} SetAcceptDrops(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //accept//
* Type:Boolean
* Description:N/A
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{wiki:ProtectedMethod.gif|}} SetTopLevelInternal(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //value//
* Type:Boolean
* Description:N/A
** {{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
** {{wiki:ProtectedMethod.gif|}} ShouldPerformContainerValidation() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeBackColor() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeCursor() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeForeColor() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeFont() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeRightToLeft() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{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
** {{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
** {{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
** {{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
** {{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
** {{wiki:ProtectedMethod.gif|}} RtlTranslateContent(ContentAlignment) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:ContentAlignment
* Description:N/A
== Parameters ==
* //align//
* Type:ContentAlignment
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeMargin() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeMaximumSize() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeMinimumSize() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializePadding() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeSize() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeText() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} UpdateBounds() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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
** {{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
** {{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 ==
** {{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 ==
** {{wiki:ProtectedMethod.gif|}} UpdateStylesCore() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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
** {{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
** {{wiki:ProtectedMethod.gif|}} WindowReleaseHandle() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} WmContextMenu(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //m//
* Type:Message&
* Description:N/A
** {{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
** {{wiki:ProtectedMethod.gif|}} WndProc(Message&) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //m//
* Type:Message&
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} UpdateImeContextMode() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} VerifyImeRestrictedModeChanged() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnImeContextStatusChanged(IntPtr) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //handle//
* Type:IntPtr
* Description:N/A
** {{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
** {{wiki:ProtectedMethod.gif|}} ShouldSerializeImeMode() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} WmImeSetFocus() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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 ==
** {{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
** {{wiki:ProtectedMethod.gif|}} GetComIUnknown(Boolean) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:IntPtr
* Description:N/A
== Parameters ==
* //fIsBeingMarshalled//
* Type:Boolean
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} IsInstanceOfType(Type) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //T//
* Type:Type
* Description:N/A
** {{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
** {{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
** {{wiki:ProtectedMethod.gif|}} __RaceSetServerIdentity(ServerIdentity) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:ServerIdentity
* Description:N/A
== Parameters ==
* //id//
* Type:ServerIdentity
* Description:N/A
** {{wiki:ProtectedMethod.gif|}} __ResetServerIdentity() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{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
** {{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 ==
==== 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[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay, DesktopEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection]]
** {{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[[ThinkGeo.MapSuite.DesktopEdition.Overlay, DesktopEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection]]
** {{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 CurrentExtent will change, but the center of the CurrentExtent 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 mode. The major difference for multi-threaded mode is that the drawing logic for overlays is done in another thread instead of the main thread.//
== Return Value ==
* 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//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} OverlaysDrawing **
* //This event will be fired before all overlays are drawn.//
== 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//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} OverlaysDrawn **
* //This event will be fired after all overlays are drawn.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnOverlaysDrawn.28OverlaysDrawnWinformsMapEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} OverlayDrawing **
* //This event will be fired before an overlay is drawn.//
== 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//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} OverlayDrawn **
* //This event will be fired after an overlay is drawn.//
== 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//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} 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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnCurrentExtentChanging.28CurrentExtentChangingWinformsMapEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} CurrentExtentChanged **
* //This event will be raised after the CurrentExtent of the Map changes.//
== 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//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} CurrentScaleChanged **
* //This event will be raised after the CurrentScale of the Map changes.//
== 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//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} 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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnCurrentScaleChanging.28CurrentScaleChangingWinformsMapEventArgs.29//
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]]
** {{wiki:PublicEvent.gif|}} AutoSizeChanged **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} BackColorChanged **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} BackgroundImageChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} BackgroundImageLayoutChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} BindingContextChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} CausesValidationChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ClientSizeChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ContextMenuChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ContextMenuStripChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} CursorChanged **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} DockChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} EnabledChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} FontChanged **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ForeColorChanged **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnForeColorChanged.28EventArgs.29//
Event Arguments:
** {{wiki:PublicEvent.gif|}} LocationChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MarginChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} RegionChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} RightToLeftChanged **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} SizeChanged **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} TabIndexChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} TabStopChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} TextChanged **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#OnTextChanged.28EventArgs.29//
Event Arguments:
** {{wiki:PublicEvent.gif|}} VisibleChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Click **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ControlAdded **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ControlRemoved **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} DragDrop **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} DragEnter **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} DragOver **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} DragLeave **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} GiveFeedback **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} HandleCreated **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} HandleDestroyed **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} HelpRequested **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Invalidated **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} PaddingChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Paint **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#InvokePaint.28Control.2C_PaintEventArgs.29//
Event Arguments:
** {{wiki:PublicEvent.gif|}} QueryContinueDrag **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} QueryAccessibilityHelp **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.WinformsMap#QueryAccessibilityHelp//
Event Arguments:
** {{wiki:PublicEvent.gif|}} DoubleClick **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Enter **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} GotFocus **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} KeyDown **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} KeyPress **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} KeyUp **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Layout **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Leave **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} LostFocus **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseClick **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseDoubleClick **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseCaptureChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseDown **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseEnter **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseLeave **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseHover **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseMove **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseUp **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} MouseWheel **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Move **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} PreviewKeyDown **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Resize **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ChangeUICues **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} StyleChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} SystemColorsChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Validating **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Validated **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ParentChanged **
* //N/A//
== 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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} ImeModeChanged **
* //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//
Event Arguments:
** {{wiki:PublicEvent.gif|}} Disposed **
* //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//
Event Arguments: