User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.marker

ThinkGeo.MapSuite.DesktopEdition.Marker

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Inheritance Hierarchy

  • System.Object
    • System.MarshalByRefObject
      • System.ComponentModel.Component
        • System.Windows.Forms.Control
          • ThinkGeo.MapSuite.DesktopEdition.Marker

Members Summary

Public Constructors

Marker()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Marker.28.29
Parameters

Marker(Double,Double)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Marker.28Double.2C_Double.29
Parameters
  • worldX
    • Type:Double
    • Description:N/A
  • worldY
    • Type:Double
    • Description:N/A

Marker(PointShape)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Marker.28PointShape.29
Parameters

Protected Constructors

Public Methods

CloneDeep()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#CloneDeep.28.29
Return Value
Parameters

ResetBindings()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetBindings.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetPreferredSize(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetPreferredSize.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • proposedSize
    • Type:Size
    • Description:N/A

BeginInvoke(Delegate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#BeginInvoke.28Delegate.29
Return Value
  • Type:IAsyncResult
  • Description:N/A
Parameters
  • method
    • Type:Delegate
    • Description:N/A

BeginInvoke(Delegate,Object[])

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:IAsyncResult
  • Description:N/A
Parameters
  • method
    • Type:Delegate
    • Description:N/A
  • args
    • Type:Object[]
    • Description:N/A

BringToFront()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#BringToFront.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Contains(Control)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Contains.28Control.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • ctl
    • Type:Control
    • Description:N/A

CreateGraphics()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#CreateGraphics.28.29
Return Value
  • Type:Graphics
  • Description:N/A
Parameters

CreateControl()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#CreateControl.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DoDragDrop(Object,DragDropEffects)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#DoDragDrop.28Object.2C_DragDropEffects.29
Return Value
  • Type:DragDropEffects
  • Description:N/A
Parameters
  • data
    • Type:Object
    • Description:N/A
  • allowedEffects
    • Type:DragDropEffects
    • Description:N/A

DrawToBitmap(Bitmap,Rectangle)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#DrawToBitmap.28Bitmap.2C_Rectangle.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bitmap
    • Type:Bitmap
    • Description:N/A
  • targetBounds
    • Type:Rectangle
    • Description:N/A

EndInvoke(IAsyncResult)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#EndInvoke.28IAsyncResult.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • asyncResult
    • Type:IAsyncResult
    • Description:N/A

FindForm()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#FindForm.28.29
Return Value
  • Type:Form
  • Description:N/A
Parameters

Focus()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Focus.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

GetChildAtPoint(Point,GetChildAtPointSkip)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetChildAtPoint.28Point.2C_GetChildAtPointSkip.29
Return Value
  • Type:Control
  • Description:N/A
Parameters
  • pt
    • Type:Point
    • Description:N/A
  • skipValue
    • Type:GetChildAtPointSkip
    • Description:N/A

GetChildAtPoint(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetChildAtPoint.28Point.29
Return Value
  • Type:Control
  • Description:N/A
Parameters
  • pt
    • Type:Point
    • Description:N/A

GetContainerControl()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetContainerControl.28.29
Return Value
  • Type:IContainerControl
  • Description:N/A
Parameters

GetNextControl(Control,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetNextControl.28Control.2C_Boolean.29
Return Value
  • Type:Control
  • Description:N/A
Parameters
  • ctl
    • Type:Control
    • Description:N/A
  • forward
    • Type:Boolean
    • Description:N/A

Hide()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Hide.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Invalidate(Region)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Invalidate.28Region.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • region
    • Type:Region
    • Description:N/A

Invalidate(Region,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Invalidate.28Region.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • region
    • Type:Region
    • Description:N/A
  • invalidateChildren
    • Type:Boolean
    • Description:N/A

Invalidate()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Invalidate.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Invalidate(Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Invalidate.28Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • invalidateChildren
    • Type:Boolean
    • Description:N/A

Invalidate(Rectangle)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Invalidate.28Rectangle.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • rc
    • Type:Rectangle
    • Description:N/A

Invalidate(Rectangle,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Invalidate.28Rectangle.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • rc
    • Type:Rectangle
    • Description:N/A
  • invalidateChildren
    • Type:Boolean
    • Description:N/A

Invoke(Delegate)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#BeginInvoke.28Delegate.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • method
    • Type:Delegate
    • Description:N/A

Invoke(Delegate,Object[])

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • method
    • Type:Delegate
    • Description:N/A
  • args
    • Type:Object[]
    • Description:N/A

PerformLayout()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#PerformLayout.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

PerformLayout(Control,String)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#PerformLayout.28Control.2C_String.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • affectedControl
    • Type:Control
    • Description:N/A
  • affectedProperty
    • Type:String
    • Description:N/A

PointToClient(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#PointToClient.28Point.29
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • p
    • Type:Point
    • Description:N/A

PointToScreen(Point)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#PointToScreen.28Point.29
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • p
    • Type:Point
    • Description:N/A

PreProcessMessage(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • msg
    • Type:Message&
    • Description:N/A

PreProcessControlMessage(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:PreProcessControlState
  • Description:N/A
Parameters
  • msg
    • Type:Message&
    • Description:N/A

ResetBackColor()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetBackColor.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResetCursor()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetCursor.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResetFont()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetFont.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResetForeColor()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetForeColor.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResetRightToLeft()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetRightToLeft.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

RectangleToClient(Rectangle)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RectangleToClient.28Rectangle.29
Return Value
  • Type:Rectangle
  • Description:N/A
Parameters
  • r
    • Type:Rectangle
    • Description:N/A

RectangleToScreen(Rectangle)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RectangleToScreen.28Rectangle.29
Return Value
  • Type:Rectangle
  • Description:N/A
Parameters
  • r
    • Type:Rectangle
    • Description:N/A

Refresh()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Refresh.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResetText()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetText.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResumeLayout()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResumeLayout.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResumeLayout(Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResumeLayout.28Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • performLayout
    • Type:Boolean
    • Description:N/A

Scale(Single)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • ratio
    • Type:Single
    • Description:N/A

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

Scale(SizeF)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Scale.28SizeF.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • factor
    • Type:SizeF
    • Description:N/A

Select()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Select.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

SelectNextControl(Control,Boolean,Boolean,Boolean,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SelectNextControl.28Control.2C_Boolean.2C_Boolean.2C_Boolean.2C_Boolean.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • ctl
    • Type:Control
    • Description:N/A
  • forward
    • Type:Boolean
    • Description:N/A
  • tabStopOnly
    • Type:Boolean
    • Description:N/A
  • nested
    • Type:Boolean
    • Description:N/A
  • wrap
    • Type:Boolean
    • Description:N/A

SendToBack()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SendToBack.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

SetBounds(Int32,Int32,Int32,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • x
    • Type:Int32
    • Description:N/A
  • y
    • Type:Int32
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A

SetBounds(Int32,Int32,Int32,Int32,BoundsSpecified)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SetBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_BoundsSpecified.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • x
    • Type:Int32
    • Description:N/A
  • y
    • Type:Int32
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • specified
    • Type:BoundsSpecified
    • Description:N/A

Show()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Show.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

SuspendLayout()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SuspendLayout.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Update()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Update.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResetImeMode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetImeMode.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Dispose()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

GetLifetimeService()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetLifetimeService.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

InitializeLifetimeService()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#InitializeLifetimeService.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

CreateObjRef(Type)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#CreateObjRef.28Type.29
Return Value
  • Type:ObjRef
  • Description:N/A
Parameters
  • requestedType
    • Type:Type
    • Description:N/A

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Dispose(Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Dispose.28Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:N/A

OnPaint(PaintEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnPaint.28PaintEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:PaintEventArgs
    • Description:N/A

GetAccessibilityObjectById(Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetAccessibilityObjectById.28Int32.29
Return Value
  • Type:AccessibleObject
  • Description:N/A
Parameters
  • objectId
    • Type:Int32
    • Description:N/A

SetAutoSizeMode(AutoSizeMode)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SetAutoSizeMode.28AutoSizeMode.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • mode
    • Type:AutoSizeMode
    • Description:N/A

GetAutoSizeMode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetAutoSizeMode.28.29
Return Value
  • Type:AutoSizeMode
  • Description:N/A
Parameters

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

ValidateActiveControl(Boolean&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • validatedControlAllowsFocusChange
    • Type:Boolean&
    • Description:N/A

GetPreferredSizeCore(Size)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • proposedSize
    • Type:Size
    • Description:N/A

AddReflectChild()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

RemoveReflectChild()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

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

AccessibilityNotifyClients(AccessibleEvents,Int32,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#AccessibilityNotifyClients.28AccessibleEvents.2C_Int32.2C_Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • accEvent
    • Type:AccessibleEvents
    • Description:N/A
  • objectID
    • Type:Int32
    • Description:N/A
  • childID
    • Type:Int32
    • Description:N/A

AssignParent(Control)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Control
    • Description:N/A

BeginUpdateInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

CanProcessMnemonic()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

CanSelectCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

CreateAccessibilityInstance()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#CreateAccessibilityInstance.28.29
Return Value
  • Type:AccessibleObject
  • Description:N/A
Parameters

CreateControlsInstance()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#CreateControlsInstance.28.29
Return Value
  • Type:ControlCollection
  • Description:N/A
Parameters

CreateGraphicsInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Graphics
  • Description:N/A
Parameters

CreateHandle()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#CreateHandle.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

CreateControl(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • fIgnoreVisible
    • Type:Boolean
    • Description:N/A

DefWndProc(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • m
    • Type:Message&
    • Description:N/A

DestroyHandle()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#DestroyHandle.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DisposeAxControls()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

EndUpdateInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

EndUpdateInternal(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • invalidate
    • Type:Boolean
    • Description:N/A

FindFormInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Form
  • Description:N/A
Parameters

GetTopLevel()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetTopLevel.28.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

RaiseCreateHandleEvent(EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

RaiseKeyEvent(Object,KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RaiseKeyEvent.28Object.2C_KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:Object
    • Description:N/A
  • e
    • Type:KeyEventArgs
    • Description:N/A

RaiseMouseEvent(Object,MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RaiseMouseEvent.28Object.2C_MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:Object
    • Description:N/A
  • e
    • Type:MouseEventArgs
    • Description:N/A

FocusInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

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

ApplySizeConstraints(Size)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • proposedSize
    • Type:Size
    • Description:N/A

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

IsUpdating()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

GetContainerControlInternal()

  • N/A
Remarks
  • N/A
Return Value
  • Type:IContainerControl
  • Description:N/A
Parameters

GetHRgn(Region)

  • N/A
Remarks
  • N/A
Return Value
  • Type:IntPtr
  • Description:N/A
Parameters
  • region
    • Type:Region
    • Description:N/A

GetScaledBounds(Rectangle,SizeF,BoundsSpecified)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetScaledBounds.28Rectangle.2C_SizeF.2C_BoundsSpecified.29
Return Value
  • Type:Rectangle
  • Description:N/A
Parameters
  • bounds
    • Type:Rectangle
    • Description:N/A
  • factor
    • Type:SizeF
    • Description:N/A
  • specified
    • Type:BoundsSpecified
    • Description:N/A

GetVisibleCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

GetAnyDisposingInHierarchy()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

GetChildControlsInTabOrder(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Control[]
  • Description:N/A
Parameters
  • handleCreatedOnly
    • Type:Boolean
    • Description:N/A

GetFirstChildControlInTabOrder(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Control
  • Description:N/A
Parameters
  • forward
    • Type:Boolean
    • Description:N/A

GetState(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • flag
    • Type:Int32
    • Description:N/A

GetStyle(ControlStyles)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetStyle.28ControlStyles.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • flag
    • Type:ControlStyles
    • Description:N/A

InitLayout()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#InitLayout.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

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

InvokePaint(Control,PaintEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#InvokePaint.28Control.2C_PaintEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • c
    • Type:Control
    • Description:N/A
  • e
    • Type:PaintEventArgs
    • Description:N/A

InvokePaintBackground(Control,PaintEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#InvokePaintBackground.28Control.2C_PaintEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • c
    • Type:Control
    • Description:N/A
  • e
    • Type:PaintEventArgs
    • Description:N/A

IsFontSet()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

IsDescendant(Control)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • descendant
    • Type:Control
    • Description:N/A

IsInputChar(Char)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#IsInputChar.28Char.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • charCode
    • Type:Char
    • Description:N/A

IsInputKey(Keys)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#IsInputKey.28Keys.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • keyData
    • Type:Keys
    • Description:N/A

NotifyEnter()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

NotifyLeave()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

NotifyInvalidate(Rectangle)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#NotifyInvalidate.28Rectangle.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • invalidatedArea
    • Type:Rectangle
    • Description:N/A

InvokeOnClick(Control,EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#InvokeOnClick.28Control.2C_EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • toInvoke
    • Type:Control
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

OnAutoSizeChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnAutoSizeChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnBackColorChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnBackColorChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnBackgroundImageChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnBackgroundImageChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnBackgroundImageLayoutChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnBackgroundImageLayoutChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnBindingContextChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnBindingContextChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnCausesValidationChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnCausesValidationChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

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

OnContextMenuChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnContextMenuChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnContextMenuStripChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnContextMenuStripChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnCursorChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnCursorChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnDockChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnDockChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnEnabledChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnEnabledChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnFrameWindowActivate(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • fActivate
    • Type:Boolean
    • Description:N/A

OnFontChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnFontChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnForeColorChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnForeColorChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnRightToLeftChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnRightToLeftChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnNotifyMessage(Message)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnNotifyMessage.28Message.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • m
    • Type:Message
    • Description:N/A

OnParentBackColorChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentBackColorChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentBackgroundImageChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentBackgroundImageChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentBindingContextChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentBindingContextChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentCursorChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentCursorChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentEnabledChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentEnabledChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentFontChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentFontChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentHandleRecreated()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnParentHandleRecreating()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnParentForeColorChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentForeColorChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentRightToLeftChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentRightToLeftChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentVisibleChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentVisibleChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentBecameInvisible()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnPrint(PaintEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnPrint.28PaintEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:PaintEventArgs
    • Description:N/A

OnTabIndexChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnTabIndexChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnTabStopChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnTabStopChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnTextChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnTextChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnVisibleChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnVisibleChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnTopMostActiveXParentChanged(EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnParentChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnParentChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnClick(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnClick.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnClientSizeChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnClientSizeChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnControlAdded(ControlEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnControlAdded.28ControlEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ControlEventArgs
    • Description:N/A

OnControlRemoved(ControlEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnControlRemoved.28ControlEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:ControlEventArgs
    • Description:N/A

OnCreateControl()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnCreateControl.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnHandleCreated(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnHandleCreated.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

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

OnLocationChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnLocationChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnHandleDestroyed(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnHandleDestroyed.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnDoubleClick(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnDoubleClick.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnDragEnter(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnDragEnter.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • drgevent
    • Type:DragEventArgs
    • Description:N/A

OnDragOver(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnDragOver.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • drgevent
    • Type:DragEventArgs
    • Description:N/A

OnDragLeave(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnDragLeave.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnDragDrop(DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnDragDrop.28DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • drgevent
    • Type:DragEventArgs
    • Description:N/A

OnGiveFeedback(GiveFeedbackEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnGiveFeedback.28GiveFeedbackEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • gfbevent
    • Type:GiveFeedbackEventArgs
    • Description:N/A

OnEnter(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnEnter.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

InvokeGotFocus(Control,EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#InvokeGotFocus.28Control.2C_EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • toInvoke
    • Type:Control
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

OnGotFocus(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnGotFocus.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnHelpRequested(HelpEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnHelpRequested.28HelpEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • hevent
    • Type:HelpEventArgs
    • Description:N/A

OnInvalidated(InvalidateEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnInvalidated.28InvalidateEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:InvalidateEventArgs
    • Description:N/A

OnKeyDown(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnKeyDown.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnKeyPress(KeyPressEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnKeyPress.28KeyPressEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyPressEventArgs
    • Description:N/A

OnKeyUp(KeyEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnKeyUp.28KeyEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:KeyEventArgs
    • Description:N/A

OnLayout(LayoutEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnLayout.28LayoutEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • levent
    • Type:LayoutEventArgs
    • Description:N/A

OnLayoutResuming(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • performLayout
    • Type:Boolean
    • Description:N/A

OnLayoutSuspended()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnLeave(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnLeave.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

InvokeLostFocus(Control,EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#InvokeLostFocus.28Control.2C_EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • toInvoke
    • Type:Control
    • Description:N/A
  • e
    • Type:EventArgs
    • Description:N/A

OnLostFocus(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnLostFocus.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnMarginChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMarginChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnMouseDoubleClick(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseDoubleClick.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseClick(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseClick.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseCaptureChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseCaptureChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnMouseDown(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseDown.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseEnter(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseEnter.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnMouseLeave(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseLeave.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnMouseHover(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseHover.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnMouseMove(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseMove.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseUp(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseUp.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMouseWheel(MouseEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMouseWheel.28MouseEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:MouseEventArgs
    • Description:N/A

OnMove(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnMove.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnPaddingChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnPaddingChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnPaintBackground(PaintEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnPaintBackground.28PaintEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • pevent
    • Type:PaintEventArgs
    • Description:N/A

OnQueryContinueDrag(QueryContinueDragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnQueryContinueDrag.28QueryContinueDragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • qcdevent
    • Type:QueryContinueDragEventArgs
    • Description:N/A

OnRegionChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnRegionChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnResize(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnResize.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnPreviewKeyDown(PreviewKeyDownEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnPreviewKeyDown.28PreviewKeyDownEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:PreviewKeyDownEventArgs
    • Description:N/A

OnSizeChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnSizeChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnChangeUICues(UICuesEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnChangeUICues.28UICuesEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:UICuesEventArgs
    • Description:N/A

OnStyleChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnStyleChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnSystemColorsChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnSystemColorsChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

OnValidating(CancelEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnValidating.28CancelEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:CancelEventArgs
    • Description:N/A

OnValidated(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnValidated.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

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

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

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

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

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

PerformLayout(LayoutEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • args
    • Type:LayoutEventArgs
    • Description:N/A

PerformControlValidation(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • bulkValidation
    • Type:Boolean
    • Description:N/A

PerformContainerValidation(ValidationConstraints)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • validationConstraints
    • Type:ValidationConstraints
    • Description:N/A

PointToClientInternal(Point)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Point
  • Description:N/A
Parameters
  • p
    • Type:Point
    • Description:N/A

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

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

ProcessDialogChar(Char)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ProcessDialogChar.28Char.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • charCode
    • Type:Char
    • Description:N/A

ProcessDialogKey(Keys)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ProcessDialogKey.28Keys.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • keyData
    • Type:Keys
    • Description:N/A

ProcessKeyEventArgs(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • m
    • Type:Message&
    • Description:N/A

ProcessKeyMessage(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • m
    • Type:Message&
    • Description:N/A

ProcessKeyPreview(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • m
    • Type:Message&
    • Description:N/A

ProcessMnemonic(Char)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • charCode
    • Type:Char
    • Description:N/A

ProcessUICues(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • msg
    • Type:Message&
    • Description:N/A

RaiseDragEvent(Object,DragEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RaiseDragEvent.28Object.2C_DragEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:Object
    • Description:N/A
  • e
    • Type:DragEventArgs
    • Description:N/A

RaisePaintEvent(Object,PaintEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RaisePaintEvent.28Object.2C_PaintEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:Object
    • Description:N/A
  • e
    • Type:PaintEventArgs
    • Description:N/A

RecreateHandle()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RecreateHandle.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

RecreateHandleCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ResetMouseEventArgs()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ResetMouseEventArgs.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

SetAcceptDrops(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • accept
    • Type:Boolean
    • Description:N/A

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

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

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

ScaleControl(SizeF,BoundsSpecified)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ScaleControl.28SizeF.2C_BoundsSpecified.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • factor
    • Type:SizeF
    • Description:N/A
  • specified
    • Type:BoundsSpecified
    • Description:N/A

ScaleCore(Single,Single)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#ScaleCore.28Single.2C_Single.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • dx
    • Type:Single
    • Description:N/A
  • dy
    • Type:Single
    • Description:N/A

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

Select(Boolean,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Select.28Boolean.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • directed
    • Type:Boolean
    • Description:N/A
  • forward
    • Type:Boolean
    • Description:N/A

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

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

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

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

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

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

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

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

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

SetBoundsCore(Int32,Int32,Int32,Int32,BoundsSpecified)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SetBoundsCore.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_BoundsSpecified.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • x
    • Type:Int32
    • Description:N/A
  • y
    • Type:Int32
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • specified
    • Type:BoundsSpecified
    • Description:N/A

SetClientSizeCore(Int32,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SetClientSizeCore.28Int32.2C_Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • x
    • Type:Int32
    • Description:N/A
  • y
    • Type:Int32
    • Description:N/A

SizeFromClientSize(Size)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SizeFromClientSize.28Size.29
Return Value
  • Type:Size
  • Description:N/A
Parameters
  • clientSize
    • Type:Size
    • Description:N/A

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

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

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

SetStyle(ControlStyles,Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SetStyle.28ControlStyles.2C_Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • flag
    • Type:ControlStyles
    • Description:N/A
  • value
    • Type:Boolean
    • Description:N/A

SetTopLevel(Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SetTopLevel.28Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A

SetTopLevelInternal(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A

SetVisibleCore(Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#SetVisibleCore.28Boolean.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:Boolean
    • Description:N/A

ShouldPerformContainerValidation()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeBackColor()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeCursor()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeForeColor()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeFont()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeRightToLeft()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

RtlTranslateAlignment(HorizontalAlignment)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RtlTranslateAlignment.28HorizontalAlignment.29
Return Value
  • Type:HorizontalAlignment
  • Description:N/A
Parameters
  • align
    • Type:HorizontalAlignment
    • Description:N/A

RtlTranslateAlignment(LeftRightAlignment)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RtlTranslateAlignment.28LeftRightAlignment.29
Return Value
  • Type:LeftRightAlignment
  • Description:N/A
Parameters
  • align
    • Type:LeftRightAlignment
    • Description:N/A

RtlTranslateAlignment(ContentAlignment)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RtlTranslateAlignment.28ContentAlignment.29
Return Value
  • Type:ContentAlignment
  • Description:N/A
Parameters
  • align
    • Type:ContentAlignment
    • Description:N/A

RtlTranslateHorizontal(HorizontalAlignment)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RtlTranslateHorizontal.28HorizontalAlignment.29
Return Value
  • Type:HorizontalAlignment
  • Description:N/A
Parameters
  • align
    • Type:HorizontalAlignment
    • Description:N/A

RtlTranslateLeftRight(LeftRightAlignment)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#RtlTranslateLeftRight.28LeftRightAlignment.29
Return Value
  • Type:LeftRightAlignment
  • Description:N/A
Parameters
  • align
    • Type:LeftRightAlignment
    • Description:N/A

RtlTranslateContent(ContentAlignment)

  • N/A
Remarks
  • N/A
Return Value
  • Type:ContentAlignment
  • Description:N/A
Parameters
  • align
    • Type:ContentAlignment
    • Description:N/A

ShouldSerializeMargin()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeMaximumSize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeMinimumSize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializePadding()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeSize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

ShouldSerializeText()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

UpdateBounds()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateBounds(Int32,Int32,Int32,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#UpdateBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • x
    • Type:Int32
    • Description:N/A
  • y
    • Type:Int32
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A

UpdateBounds(Int32,Int32,Int32,Int32,Int32,Int32)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#UpdateBounds.28Int32.2C_Int32.2C_Int32.2C_Int32.2C_Int32.2C_Int32.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • x
    • Type:Int32
    • Description:N/A
  • y
    • Type:Int32
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • clientWidth
    • Type:Int32
    • Description:N/A
  • clientHeight
    • Type:Int32
    • Description:N/A

UpdateZOrder()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#UpdateZOrder.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateStyles()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#UpdateStyles.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateStylesCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

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

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

WindowReleaseHandle()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

WmContextMenu(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • m
    • Type:Message&
    • Description:N/A

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

WndProc(Message&)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • m
    • Type:Message&
    • Description:N/A

UpdateImeContextMode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

VerifyImeRestrictedModeChanged()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnImeContextStatusChanged(IntPtr)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • handle
    • Type:IntPtr
    • Description:N/A

OnImeModeChanged(EventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#OnImeModeChanged.28EventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • Description:N/A

ShouldSerializeImeMode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters

WmImeSetFocus()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetService(Type)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#GetService.28Type.29
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • service
    • Type:Type
    • Description:N/A

GetComIUnknown(Boolean)

  • N/A
Remarks
  • N/A
Return Value
  • Type:IntPtr
  • Description:N/A
Parameters
  • fIsBeingMarshalled
    • Type:Boolean
    • Description:N/A

IsInstanceOfType(Type)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • T
    • Type:Type
    • Description:N/A

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

MemberwiseClone(Boolean)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#MemberwiseClone.28Boolean.29
Return Value
  • Type:MarshalByRefObject
  • Description:N/A
Parameters
  • cloneIdentity
    • Type:Boolean
    • Description:N/A

RaceSetServerIdentity(ServerIdentity) * N/A == Remarks == * N/A == Return Value == * Type:ServerIdentity * Description:N/A == Parameters == * id * Type:ServerIdentity * Description:N/A

ResetServerIdentity()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

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

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.Marker#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Position

  • N/A
Remarks
Return Value
  • Type:String

ToolTipDelayInMilliseconds

  • Gets or sets an interval in milliseconds.
Remarks
Return Value
  • Type:Image

XOffset

  • N/A
Remarks
Return Value
  • Type:Single

AccessibilityObject

  • N/A
Remarks
Return Value
  • Type:String

AccessibleDescription

  • N/A
Remarks
Return Value
  • Type:String

AccessibleRole

  • N/A
Remarks
Return Value
  • Type:Boolean

Anchor

  • N/A
Remarks
Return Value
  • Type:Boolean

AutoScrollOffset

  • N/A
Remarks
Return Value
  • Type:LayoutEngine

BackColor

  • N/A
Remarks
Return Value
  • Type:Image

BackgroundImageLayout

  • N/A
Remarks
Return Value
  • Type:BindingContext

Bottom

  • N/A
Remarks
Return Value
  • Type:Rectangle

CanFocus

  • N/A
Remarks
Return Value
  • Type:Boolean

Capture

  • N/A
Remarks
Return Value
  • Type:Boolean

ClientRectangle

  • N/A
Remarks
Return Value
  • Type:Size

CompanyName

  • N/A
Remarks
Return Value
  • Type:Boolean

ContextMenu

  • N/A
Remarks
Return Value
  • Type:ContextMenuStrip

Controls

  • N/A
Remarks
Return Value
  • Type:Boolean

Cursor

  • N/A
Remarks
Return Value
  • Type:ControlBindingsCollection

DisplayRectangle

  • N/A
Remarks
Return Value
  • Type:Boolean

Disposing

  • N/A
Remarks
Return Value
  • Type:DockStyle

Enabled

  • N/A
Remarks
Return Value
  • Type:Boolean

Font

  • N/A
Remarks
Return Value
  • Type:Color

Handle

  • N/A
Remarks
Return Value
  • Type:Boolean

Height

  • N/A
Remarks
Return Value
  • Type:Boolean

InvokeRequired

  • N/A
Remarks
Return Value
  • Type:Boolean

IsMirrored

  • N/A
Remarks
Return Value
  • Type:Int32

Location

  • N/A
Remarks
Return Value
  • Type:Padding

MaximumSize

  • N/A
Remarks
Return Value
  • Type:Size

Name

  • N/A
Remarks
Return Value
  • Type:Control

ProductName

  • N/A
Remarks
Return Value
  • Type:String

RecreatingHandle

  • N/A
Remarks
Return Value
  • Type:Region

Right

  • N/A
Remarks
Return Value
  • Type:RightToLeft

Site

  • N/A
Remarks
Return Value
  • Type:Size

TabIndex

  • N/A
Remarks
Return Value
  • Type:Boolean

Tag

  • N/A
Remarks
Return Value
  • Type:String

Top

  • N/A
Remarks
Return Value
  • Type:Control

UseWaitCursor

  • N/A
Remarks
Return Value
  • Type:Boolean

Width

  • N/A
Remarks
Return Value
  • Type:IWindowTarget

PreferredSize

  • N/A
Remarks
Return Value
  • Type:Padding

ImeMode

  • N/A
Remarks
Return Value
  • Type:IContainer

Protected Properties

4xQ=

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

BackColorBrush

  • N/A
Remarks
  • N/A
Return Value
  • Type:IntPtr

BecomingActiveControl

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

BindingContextInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:BindingContext

CanAccessProperties

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CanRaiseEvents

  • N/A
Remarks
Return Value
  • Type:CreateParams

ValidationCancelled

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsTopMdiWindowClosing

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CreateThreadId

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

DefaultCursor

  • N/A
Remarks
Return Value
  • Type:Padding

DefaultMaximumSize

  • N/A
Remarks
Return Value
  • Type:Size

DefaultPadding

  • N/A
Remarks
Return Value
  • Type:Size

DisabledColor

  • N/A
Remarks
  • N/A
Return Value
  • Type:Color

DoubleBuffered

  • N/A
Remarks
Return Value
  • Type:Int32

HandleInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:IntPtr

HasMenu

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HostedInWin32DialogManager

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsLayoutSuspended

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsWindowObscured

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

InternalHandle

  • N/A
Remarks
  • N/A
Return Value
  • Type:IntPtr

IsActiveX

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsContainerControl

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsIEParent

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsMnemonicsListenerAxSourced

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ParentInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:Control

Properties

  • N/A
Remarks
  • N/A
Return Value
  • Type:PropertyStore

RawBackColor

  • N/A
Remarks
  • N/A
Return Value
  • Type:Color

RenderRightToLeft

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

RenderTransparent

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

RenderTransparencyWithVisualStyles

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

RequiredScaling

  • N/A
Remarks
  • N/A
Return Value
  • Type:BoundsSpecified

RequiredScalingEnabled

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ResizeRedraw

  • N/A
Remarks
Return Value
  • Type:Boolean

TabStopInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

TopLevelControlInternal

  • N/A
Remarks
  • N/A
Return Value
  • Type:Control

TopMostParent

  • N/A
Remarks
  • N/A
Return Value
  • Type:Control

ShowKeyboardCues

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ShowFocusCues

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

ShowParams

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

UseCompatibleTextRenderingInt

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

SupportsUseCompatibleTextRendering

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

WindowStyle

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

WindowText

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

ParentContainerControl

  • N/A
Remarks
  • N/A
Return Value
  • Type:ContainerControl

ShouldAutoValidate

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

CachedImeMode

  • N/A
Remarks
  • N/A
Return Value
  • Type:ImeMode

CanEnableIme

  • N/A
Remarks
Return Value
  • Type:ImeMode

DisableImeModeChangedCount

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

ImeModeBase

  • N/A
Remarks
Return Value
  • Type:EventHandlerList

DesignMode

  • N/A
Remarks

Event Arguments:MouseEventArgs

MouseMoveEvent

  • N/A
Remarks

Event Arguments:MouseEventArgs

AutoSizeChanged

  • N/A
Remarks

Event Arguments:

BackgroundImageChanged

  • N/A
Remarks

Event Arguments:

BindingContextChanged

  • N/A
Remarks

Event Arguments:

ClientSizeChanged

  • N/A
Remarks

Event Arguments:

ContextMenuStripChanged

  • N/A
Remarks

Event Arguments:

DockChanged

  • N/A
Remarks

Event Arguments:

FontChanged

  • N/A
Remarks

Event Arguments:

LocationChanged

  • N/A
Remarks

Event Arguments:

RegionChanged

  • N/A
Remarks

Event Arguments:

SizeChanged

  • N/A
Remarks

Event Arguments:

TabStopChanged

  • N/A
Remarks

Event Arguments:

VisibleChanged

  • N/A
Remarks

Event Arguments:

ControlAdded

  • N/A
Remarks

Event Arguments:

DragDrop

  • N/A
Remarks

Event Arguments:

DragOver

  • N/A
Remarks

Event Arguments:

GiveFeedback

  • N/A
Remarks

Event Arguments:

HandleDestroyed

  • N/A
Remarks

Event Arguments:

Invalidated

  • N/A
Remarks

Event Arguments:

Paint

  • N/A
Remarks

Event Arguments:

QueryAccessibilityHelp

  • N/A
Remarks

Event Arguments:

Enter

  • N/A
Remarks

Event Arguments:

KeyDown

  • N/A
Remarks

Event Arguments:

KeyUp

  • N/A
Remarks

Event Arguments:

Leave

  • N/A
Remarks

Event Arguments:

MouseClick

  • N/A
Remarks

Event Arguments:

MouseCaptureChanged

  • N/A
Remarks

Event Arguments:

MouseEnter

  • N/A
Remarks

Event Arguments:

MouseHover

  • N/A
Remarks

Event Arguments:

MouseUp

  • N/A
Remarks

Event Arguments:

Move

  • N/A
Remarks

Event Arguments:

Resize

  • N/A
Remarks

Event Arguments:

StyleChanged

  • N/A
Remarks

Event Arguments:

Validating

  • N/A
Remarks

Event Arguments:

ParentChanged

  • N/A
Remarks

Event Arguments:

Disposed

  • N/A
Remarks
thinkgeo.mapsuite.desktopedition.marker.txt · Last modified: 2017/03/16 21:59 (external edit)