====== ThinkGeo.MapSuite.WinForms.WinformsMap ====== ===== Inheritance Hierarchy ===== *System.Object *System.MarshalByRefObject *System.ComponentModel.Component *System.Windows.Forms.Control ***ThinkGeo.MapSuite.WinForms.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,Single,Single) ** * //N/A// == Remarks == * //None// == 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|}} ZoomOutToCenter(Int32,ScreenPointF) ** * //N/A// == Remarks == * //None// == 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.Shapes.ScreenPointF|ScreenPointF]] * Description:This parameter is the screen Point you want to center on.
** {{wiki:PublicMethod.gif|}} ZoomToScale(Double) ** * //N/A// == Remarks == * //None// == 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) ** * //N/A// == Remarks == * //None// == 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.Shapes.ScreenPointF|ScreenPointF]] * Description:This parameter is the offset Screen Point.
** {{wiki:PublicMethod.gif|}} ZoomToScale(Double,Single,Single) ** * //N/A// == Remarks == * //None// == 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) ** * //N/A// == Remarks == * //This method will change the current extent by panning according to the angle and percentage specified.// == Return Value == * Type:Void * Description:None. == 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) ** * //N/A// == Remarks == * //This method will change the current extent by panning according to the direction and percentage specified.// == Return Value == * Type:Void * Description:None. == Parameters == * //panDirection// * Type:[[ThinkGeo.MapSuite.Shapes.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) ** * //N/A// == Remarks == * //This method will change the current extent by centering on the target centerFeature.// == Return Value == * Type:Void * Description:None. == Parameters == * //centerFeature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:This parameter is the feature you want to center on.
** {{wiki:PublicMethod.gif|}} CenterAt(Single,Single) ** * //N/A// == Remarks == * //This method will change the current extent by centering on the screenX and screenY coordinates you provide.// == Return Value == * Type:Void * Description:None. == 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) ** * //N/A// == Remarks == * //This method will change the current extent by centering on the worldPoint you provide.// == Return Value == * Type:Void * Description:None. == Parameters == * //worldPoint// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:This parameter is the world point you want to center on.
** {{wiki:PublicMethod.gif|}} CenterAt(ScreenPointF) ** * //N/A// == Remarks == * //This method will change the current extent by centering on the screenPoint you provide.// == Return Value == * Type:Void * Description:None. == Parameters == * //screenPoint// * Type:[[ThinkGeo.MapSuite.Shapes.ScreenPointF|ScreenPointF]] * Description:This parameter is the screen point you want to center on.
** {{wiki:PublicMethod.gif|}} FindFeatureLayer(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.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) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.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() ** * //N/A// == Remarks == * //The MapControl keeps track of all of its previous extents so you can go back one (or more) any time you want.// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ZoomToNextExtent() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToggleMapExtents() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Refresh() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Refresh(Overlay) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //overlay// * Type:[[ThinkGeo.MapSuite.WinForms.Overlay|Overlay]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //extent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,Overlay) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //extent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A * //overlay// * Type:[[ThinkGeo.MapSuite.WinForms.Overlay|Overlay]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //overlays// * Type:IEnumerable<[[ThinkGeo.MapSuite.WinForms.Overlay|Overlay]]> * Description:N/A
** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //extent// * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] * Description:N/A * //overlays// * Type:IEnumerable<[[ThinkGeo.MapSuite.WinForms.Overlay|Overlay]]> * Description:N/A
** {{wiki:PublicMethod.gif|}} GetBitmap(Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Bitmap * Description:N/A == Parameters == * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} Dispose() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ZoomIn(Int32) ** * //N/A// == Remarks == * //None// == Return Value == * Type:Void * Description:None == Parameters == * //percentage// * Type:Int32 * Description:This parameter is the percentage by which you want to zoom in.
** {{wiki:PublicMethod.gif|}} ZoomIntoCenter(Int32,Feature) ** * //N/A// == Remarks == * //None// == 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.Shapes.Feature|Feature]] * Description:This parameter is the feature you want to center on.
** {{wiki:PublicMethod.gif|}} ZoomIntoCenter(Int32,PointShape) ** * //N/A// == Remarks == * //None// == 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.Shapes.PointShape|PointShape]] * Description:This parameter is the world point you want to center on.
** {{wiki:PublicMethod.gif|}} ZoomIntoCenter(Int32,Single,Single) ** * //N/A// == Remarks == * //None// == 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) ** * //N/A// == Remarks == * //None// == 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.Shapes.ScreenPointF|ScreenPointF]] * Description:This parameter is the screen point you want to center on.
** {{wiki:PublicMethod.gif|}} ZoomOut(Int32) ** * //N/A// == Remarks == * //None// == Return Value == * Type:Void * Description:None == Parameters == * //percentage// * Type:Int32 * Description:This parameter is the percentage by which you want to zoom out.
** {{wiki:PublicMethod.gif|}} ZoomOutToCenter(Int32,Feature) ** * //N/A// == Remarks == * //None// == 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.Shapes.Feature|Feature]] * Description:This parameter is the feature you want to center on.
** {{wiki:PublicMethod.gif|}} ZoomOutToCenter(Int32,PointShape) ** * //N/A// == Remarks == * //None// == 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.Shapes.PointShape|PointShape]] * Description:This parameter is the world Point you want to center on.
** {{wiki:PublicMethod.gif|}} ResetBindings() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetPreferredSize(Size) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size * Description:N/A == Parameters == * //proposedSize// * Type:Size * Description:N/A
** {{wiki:PublicMethod.gif|}} BeginInvoke(Delegate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IAsyncResult * Description:N/A == Parameters == * //method// * Type:Delegate * Description:N/A
** {{wiki:PublicMethod.gif|}} BeginInvoke(Delegate,Object[]) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Contains(Control) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //ctl// * Type:Control * Description:N/A
** {{wiki:PublicMethod.gif|}} CreateGraphics() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Graphics * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CreateControl() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} DoDragDrop(Object,DragDropEffects) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == * //asyncResult// * Type:IAsyncResult * Description:N/A
** {{wiki:PublicMethod.gif|}} FindForm() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Form * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Focus() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetChildAtPoint(Point,GetChildAtPointSkip) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Control * Description:N/A == Parameters == * //pt// * Type:Point * Description:N/A
** {{wiki:PublicMethod.gif|}} GetContainerControl() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IContainerControl * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetNextControl(Control,Boolean) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Invalidate(Region) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //region// * Type:Region * Description:N/A
** {{wiki:PublicMethod.gif|}} Invalidate(Region,Boolean) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Invalidate(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //invalidateChildren// * Type:Boolean * Description:N/A
** {{wiki:PublicMethod.gif|}} Invalidate(Rectangle) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //rc// * Type:Rectangle * Description:N/A
** {{wiki:PublicMethod.gif|}} Invalidate(Rectangle,Boolean) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == * //method// * Type:Delegate * Description:N/A
** {{wiki:PublicMethod.gif|}} Invoke(Delegate,Object[]) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} PerformLayout(Control,String) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Point * Description:N/A == Parameters == * //p// * Type:Point * Description:N/A
** {{wiki:PublicMethod.gif|}} PointToScreen(Point) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ResetCursor() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ResetFont() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ResetForeColor() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ResetRightToLeft() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} RectangleToClient(Rectangle) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rectangle * Description:N/A == Parameters == * //r// * Type:Rectangle * Description:N/A
** {{wiki:PublicMethod.gif|}} RectangleToScreen(Rectangle) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rectangle * Description:N/A == Parameters == * //r// * Type:Rectangle * Description:N/A
** {{wiki:PublicMethod.gif|}} ResetText() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ResumeLayout() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ResumeLayout(Boolean) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //factor// * Type:SizeF * Description:N/A
** {{wiki:PublicMethod.gif|}} Select() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} SelectNextControl(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:PublicMethod.gif|}} SendToBack() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} SetBounds(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:PublicMethod.gif|}} SetBounds(Int32,Int32,Int32,Int32,BoundsSpecified) ** * //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 * //specified// * Type:BoundsSpecified * Description:N/A
** {{wiki:PublicMethod.gif|}} Show() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} SuspendLayout() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Update() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ResetImeMode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Dispose() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetLifetimeService() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} InitializeLifetimeService() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CreateObjRef(Type) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ObjRef * Description:N/A == Parameters == * //requestedType// * Type:Type * Description:N/A
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetVersion() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:A string representing the version of the MapSuiteCore and Map Suite WinForms product that you are now using. == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} OnPaint(PaintEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:PaintEventArgs * Description:The events args for the OnPaint API.
** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** * //N/A// == Remarks == * //N/A// == 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) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]] * Description:The WinformsMapClickEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnOverlaysDrawing(OverlaysDrawingWinformsMapEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]] * Description:The OverlaysDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnOverlaysDrawn(OverlaysDrawnWinformsMapEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]] * Description:The OverlaysDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnOverlayDrawing(OverlayDrawingWinformsMapEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]] * Description:The OverlayDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnOverlayDrawn(OverlayDrawnWinformsMapEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]] * Description:The OverlayDrawingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnCurrentScaleChanged(CurrentScaleChangedWinformsMapEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]] * Description:The CurrentScaleChangedEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnCurrentExtentChanged(CurrentExtentChangedWinformsMapEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]] * Description:The CurrentExtentChangedEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnCurrentScaleChanging(CurrentScaleChangingWinformsMapEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]] * Description:The CurrentScaleChangingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} OnCurrentExtentChanging(CurrentExtentChangingWinformsMapEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.WinForms.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]] * Description:The CurrentExtentChangingEventArgs passed for the event raised.
** {{wiki:ProtectedMethod.gif|}} IsInputKey(Keys) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //keyData// * Type:Keys * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetAccessibilityObjectById(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:AccessibleObject * Description:N/A == Parameters == * //objectId// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SetAutoSizeMode(AutoSizeMode) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //mode// * Type:AutoSizeMode * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetAutoSizeMode() ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == Return Value == * Type:AccessibleObject * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CreateControlsInstance() ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //flag// * Type:ControlStyles * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InitLayout() ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //invalidatedArea// * Type:Rectangle * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokeOnClick(Control,EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnBackColorChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnBackgroundImageChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnBackgroundImageLayoutChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnBindingContextChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCausesValidationChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnContextMenuStripChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCursorChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDockChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnEnabledChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnForeColorChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnRightToLeftChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnNotifyMessage(Message) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //m// * Type:Message * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentBackColorChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentBackgroundImageChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentBindingContextChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentCursorChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentEnabledChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentFontChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentRightToLeftChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnParentVisibleChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:PaintEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnTabIndexChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnTabStopChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnTextChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnVisibleChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnClick(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnClientSizeChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnControlAdded(ControlEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:ControlEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnControlRemoved(ControlEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:ControlEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnCreateControl() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} OnHandleCreated(EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnHandleDestroyed(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDoubleClick(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //drgevent// * Type:DragEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDragOver(DragEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //drgevent// * Type:DragEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDragLeave(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDragDrop(DragEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //drgevent// * Type:DragEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnGiveFeedback(GiveFeedbackEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //gfbevent// * Type:GiveFeedbackEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnEnter(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokeGotFocus(Control,EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnHelpRequested(HelpEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //hevent// * Type:HelpEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnInvalidated(InvalidateEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:InvalidateEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:KeyEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnKeyPress(KeyPressEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:KeyPressEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:KeyEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnLayout(LayoutEventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} InvokeLostFocus(Control,EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMarginChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseDoubleClick(MouseEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:MouseEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseClick(MouseEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:MouseEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseCaptureChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseDown(MouseEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:MouseEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseEnter(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseLeave(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseHover(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:MouseEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseUp(MouseEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:MouseEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMouseWheel(MouseEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:MouseEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnMove(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnPaddingChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnPaintBackground(PaintEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //pevent// * Type:PaintEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnQueryContinueDrag(QueryContinueDragEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //qcdevent// * Type:QueryContinueDragEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnRegionChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnResize(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnPreviewKeyDown(PreviewKeyDownEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:PreviewKeyDownEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnSizeChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnChangeUICues(UICuesEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:UICuesEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnStyleChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnSystemColorsChanged(EventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:EventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnValidating(CancelEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:CancelEventArgs * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnValidated(EventArgs) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //charCode// * Type:Char * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ProcessDialogKey(Keys) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //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 * //specified// * Type:BoundsSpecified * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SetClientSizeCore(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
** {{wiki:ProtectedMethod.gif|}} SizeFromClientSize(Size) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == Return Value == * Type:HorizontalAlignment * Description:N/A == Parameters == * //align// * Type:HorizontalAlignment * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RtlTranslateAlignment(LeftRightAlignment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:LeftRightAlignment * Description:N/A == Parameters == * //align// * Type:LeftRightAlignment * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RtlTranslateAlignment(ContentAlignment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ContentAlignment * Description:N/A == Parameters == * //align// * Type:ContentAlignment * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RtlTranslateHorizontal(HorizontalAlignment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:HorizontalAlignment * Description:N/A == Parameters == * //align// * Type:HorizontalAlignment * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RtlTranslateLeftRight(LeftRightAlignment) ** * //N/A// == Remarks == * //N/A// == 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 == * //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|}} UpdateBounds(Int32,Int32,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 * //clientWidth// * Type:Int32 * Description:N/A * //clientHeight// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} UpdateZOrder() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} UpdateStyles() ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetService(Type) ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} BackgroundOverlay ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.BackgroundOverlay|BackgroundOverlay]] ** {{wiki:PublicProperty.gif|}} AdornmentOverlay ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.AdornmentOverlay|AdornmentOverlay]] ** {{wiki:PublicProperty.gif|}} EditOverlay ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.EditInteractiveOverlay|EditInteractiveOverlay]] ** {{wiki:PublicProperty.gif|}} GeoCanvas ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoCanvas|GeoCanvas]] ** {{wiki:PublicProperty.gif|}} TrackOverlay ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.TrackInteractiveOverlay|TrackInteractiveOverlay]] ** {{wiki:PublicProperty.gif|}} ExtentOverlay ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.ExtentInteractiveOverlay|ExtentInteractiveOverlay]] ** {{wiki:PublicProperty.gif|}} InteractiveOverlays ** * //N/A// == 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.GeoCollection[[ThinkGeo.MapSuite.WinForms.InteractiveOverlay, ThinkGeo.MapSuite.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]]|GeoCollection]] ** {{wiki:PublicProperty.gif|}} Overlays ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.GeoCollection[[ThinkGeo.MapSuite.WinForms.Overlay, ThinkGeo.MapSuite.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=0828af5241fb4207]]|GeoCollection]] ** {{wiki:PublicProperty.gif|}} MapUnit ** * //N/A// == Remarks == * //The MapUnit reflects the data unit.// == Return Value == * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] ** {{wiki:PublicProperty.gif|}} ZoomLevelSnapping ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.ZoomLevelSnappingMode|ZoomLevelSnappingMode]] ** {{wiki:PublicProperty.gif|}} CurrentScale ** * //N/A// == 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 ** * //N/A// == 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.Shapes.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} RestrictedExtent ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Layers.ZoomLevelSet|ZoomLevelSet]] ** {{wiki:PublicProperty.gif|}} MapResizeMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.MapResizeMode|MapResizeMode]] ** {{wiki:PublicProperty.gif|}} MaximumScale ** * //N/A// == 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|}} MinimumScale ** * //N/A// == 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|}} ThreadingMode ** * //N/A// == 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.WinForms.MapThreadingMode|MapThreadingMode]] ** {{wiki:PublicProperty.gif|}} SmoothingMode ** * //N/A// == 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 ** * //N/A// == 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 ** * //N/A// == 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 ** * //N/A// == 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.Drawing.DrawingQuality|DrawingQuality]] ** {{wiki:PublicProperty.gif|}} MapFocusMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WinForms.MapFocusMode|MapFocusMode]] ** {{wiki:PublicProperty.gif|}} AccessibilityObject ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:AccessibleObject ** {{wiki:PublicProperty.gif|}} AccessibleDefaultActionDescription ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} AccessibleDescription ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} AccessibleName ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} AccessibleRole ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:AccessibleRole ** {{wiki:PublicProperty.gif|}} AllowDrop ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Anchor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:AnchorStyles ** {{wiki:PublicProperty.gif|}} AutoSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} AutoScrollOffset ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Point ** {{wiki:PublicProperty.gif|}} LayoutEngine ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:LayoutEngine ** {{wiki:PublicProperty.gif|}} BackColor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Color ** {{wiki:PublicProperty.gif|}} BackgroundImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Image ** {{wiki:PublicProperty.gif|}} BackgroundImageLayout ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ImageLayout ** {{wiki:PublicProperty.gif|}} BindingContext ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:BindingContext ** {{wiki:PublicProperty.gif|}} Bottom ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Bounds ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rectangle ** {{wiki:PublicProperty.gif|}} CanFocus ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CanSelect ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Capture ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CausesValidation ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} ClientRectangle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rectangle ** {{wiki:PublicProperty.gif|}} ClientSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size ** {{wiki:PublicProperty.gif|}} CompanyName ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ContainsFocus ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} ContextMenu ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ContextMenu ** {{wiki:PublicProperty.gif|}} ContextMenuStrip ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ContextMenuStrip ** {{wiki:PublicProperty.gif|}} Controls ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ControlCollection ** {{wiki:PublicProperty.gif|}} Created ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Cursor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Cursor ** {{wiki:PublicProperty.gif|}} DataBindings ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ControlBindingsCollection ** {{wiki:PublicProperty.gif|}} DisplayRectangle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Rectangle ** {{wiki:PublicProperty.gif|}} IsDisposed ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Disposing ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Dock ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DockStyle ** {{wiki:PublicProperty.gif|}} Enabled ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Focused ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Font ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Font ** {{wiki:PublicProperty.gif|}} ForeColor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Color ** {{wiki:PublicProperty.gif|}} Handle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IntPtr ** {{wiki:PublicProperty.gif|}} HasChildren ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Height ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} IsHandleCreated ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} InvokeRequired ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsAccessible ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsMirrored ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Left ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Location ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Point ** {{wiki:PublicProperty.gif|}} Margin ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Padding ** {{wiki:PublicProperty.gif|}} MaximumSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size ** {{wiki:PublicProperty.gif|}} MinimumSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size ** {{wiki:PublicProperty.gif|}} Name ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Parent ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Control ** {{wiki:PublicProperty.gif|}} ProductName ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ProductVersion ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} RecreatingHandle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Region ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Region ** {{wiki:PublicProperty.gif|}} Right ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} RightToLeft ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:RightToLeft ** {{wiki:PublicProperty.gif|}} Site ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ISite ** {{wiki:PublicProperty.gif|}} Size ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size ** {{wiki:PublicProperty.gif|}} TabIndex ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} TabStop ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Tag ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object ** {{wiki:PublicProperty.gif|}} Text ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Top ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} TopLevelControl ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Control ** {{wiki:PublicProperty.gif|}} UseWaitCursor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Visible ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Width ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} WindowTarget ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IWindowTarget ** {{wiki:PublicProperty.gif|}} PreferredSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size ** {{wiki:PublicProperty.gif|}} Padding ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Padding ** {{wiki:PublicProperty.gif|}} ImeMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ImeMode ** {{wiki:PublicProperty.gif|}} Container ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == 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 == * //N/A// == Return Value == * Type:Cursor ** {{wiki:ProtectedProperty.gif|}} DefaultMargin ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Padding ** {{wiki:ProtectedProperty.gif|}} DefaultMaximumSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size ** {{wiki:ProtectedProperty.gif|}} DefaultMinimumSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size ** {{wiki:ProtectedProperty.gif|}} DefaultPadding ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Padding ** {{wiki:ProtectedProperty.gif|}} DefaultSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Size ** {{wiki:ProtectedProperty.gif|}} DisabledColor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Color ** {{wiki:ProtectedProperty.gif|}} DoubleBuffered ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:ProtectedProperty.gif|}} FontHandle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IntPtr ** {{wiki:ProtectedProperty.gif|}} FontHeight ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Boolean ** {{wiki:ProtectedProperty.gif|}} ScaleChildren ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:Boolean ** {{wiki:ProtectedProperty.gif|}} CurrentImeContextMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ImeMode ** {{wiki:ProtectedProperty.gif|}} DefaultImeMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ImeMode ** {{wiki:ProtectedProperty.gif|}} DisableImeModeChangedCount ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:ProtectedProperty.gif|}} ImeModeBase ** * //N/A// == Remarks == * //N/A// == 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 == * //N/A// == Return Value == * Type:EventHandlerList ** {{wiki:ProtectedProperty.gif|}} DesignMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ==== Public Events ==== ** {{wiki:PublicEvent.gif|}} MapClick ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.MapClickWinformsMapEventArgs|MapClickWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} OverlaysDrawing ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.OverlaysDrawingWinformsMapEventArgs|OverlaysDrawingWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} OverlaysDrawn ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.OverlaysDrawnWinformsMapEventArgs|OverlaysDrawnWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} OverlayDrawing ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.OverlayDrawingWinformsMapEventArgs|OverlayDrawingWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} OverlayDrawn ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.OverlayDrawnWinformsMapEventArgs|OverlayDrawnWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} CurrentExtentChanging ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.CurrentExtentChangingWinformsMapEventArgs|CurrentExtentChangingWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} CurrentExtentChanged ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.CurrentExtentChangedWinformsMapEventArgs|CurrentExtentChangedWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} CurrentScaleChanged ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.CurrentScaleChangedWinformsMapEventArgs|CurrentScaleChangedWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} CurrentScaleChanging ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.MapSuite.WinForms.CurrentScaleChangingWinformsMapEventArgs|CurrentScaleChangingWinformsMapEventArgs]] ** {{wiki:PublicEvent.gif|}} AutoSizeChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} BackColorChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} BackgroundImageChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} BackgroundImageLayoutChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} BindingContextChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} CausesValidationChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ClientSizeChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ContextMenuChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ContextMenuStripChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} CursorChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} DockChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} EnabledChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} FontChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ForeColorChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} LocationChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MarginChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} RegionChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} RightToLeftChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} SizeChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} TabIndexChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} TabStopChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} TextChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} VisibleChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Click ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ControlAdded ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ControlRemoved ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} DragDrop ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} DragEnter ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} DragOver ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} DragLeave ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} GiveFeedback ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} HandleCreated ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} HandleDestroyed ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} HelpRequested ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Invalidated ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} PaddingChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Paint ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} QueryContinueDrag ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} QueryAccessibilityHelp ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} DoubleClick ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Enter ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} GotFocus ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} KeyDown ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} KeyPress ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} KeyUp ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Layout ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Leave ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} LostFocus ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseClick ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseDoubleClick ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseCaptureChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseDown ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseEnter ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseLeave ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseHover ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseMove ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseUp ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} MouseWheel ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Move ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} PreviewKeyDown ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Resize ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ChangeUICues ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} StyleChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} SystemColorsChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Validating ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Validated ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ParentChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} ImeModeChanged ** * //N/A// == Remarks == * //N/A// Event Arguments: ** {{wiki:PublicEvent.gif|}} Disposed ** * //N/A// == Remarks == * //N/A// Event Arguments: