User Tools

Site Tools


thinkgeo.mapsuite.webedition.custompopup

ThinkGeo.MapSuite.WebEdition.CustomPopup

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.

Represents a pop up window whose style and background can be customized.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.WebEdition.Popup
      • ThinkGeo.MapSuite.WebEdition.CustomPopup

Members Summary

Public Constructors

CustomPopup()

Initialize an instance of the CustomPopup class.

Remarks

N/A

Parameters

CustomPopup(String)

Initialize an instance of the CustomPopup class.

Remarks

N/A

Parameters
  • id
    • Type:String
    • Description:N/A

CustomPopup(String,PointShape)

Initialize an instance of the CustomPopup class.

Remarks

N/A

Parameters
  • id
    • Type:String
    • Description:N/A

CustomPopup(String,PointShape,String)

Initialize an instance of the CustomPopup class.

Remarks

N/A

Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A

CustomPopup(String,PointShape,String,Int32,Int32)

Initialize an instance of the CustomPopup class.

Remarks

N/A

Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A

CustomPopup(String,PointShape,String,Int32,Int32,Boolean)

Initialize an instance of the CustomPopup class.

Remarks

N/A

Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • autoPan
    • Type:Boolean
    • Description:N/A

CustomPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean)

Initialize an instance of the CustomPopup class.

Remarks

N/A

Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • autoPan
    • Type:Boolean
    • Description:N/A
  • hasCloseButton
    • Type:Boolean
    • Description:N/A

CustomPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean,Int32)

Initialize an instance of the CustomPopup class.

Remarks

N/A

Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • autoPan
    • Type:Boolean
    • Description:N/A
  • hasCloseButton
    • Type:Boolean
    • Description:N/A
  • borderWidth
    • Type:Int32
    • Description:N/A

Protected Constructors

Public Methods

CloneShallow()

N/A

Remarks

N/A

Return Value
  • Type:Popup
  • Description:N/A
Parameters

ToJson()

N/A

Remarks

N/A

Return Value
  • Type:String
  • Description:N/A
Parameters

ToString()

N/A

Remarks

N/A

Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

N/A

Remarks

N/A

Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

N/A

Remarks

N/A

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

Protected Methods

Finalize()

N/A

Remarks

N/A

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

MemberwiseClone()

N/A

Remarks

N/A

Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

BackgroundColor

Gets or sets the color applied to the background of the popup object.

Remarks

N/A

Return Value

BorderColor

Gets or sets the color applied to the border of the popup object.

Remarks

N/A

Return Value

BorderWidth

Gets or sets the width of the popup's border.

Remarks

N/A

Return Value
  • Type:Int32

ContentHtml

Gets or sets the content HTML of the popup window.

Remarks

N/A

Return Value
  • Type:String

BackgroundImageVirtualPath

Gets or sets the virtual path of the background image. You can set any image as the popup's background.

Remarks

N/A

Return Value
  • Type:String

Id

N/A

Remarks

N/A

Return Value
  • Type:String

Position

N/A

Remarks

N/A

Return Value

Width

N/A

Remarks

N/A

Return Value
  • Type:Int32

Height

N/A

Remarks

N/A

Return Value
  • Type:Int32

IsVisible

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Opacity

N/A

Remarks

N/A

Return Value
  • Type:Single

AutoSize

N/A

Remarks

N/A

Return Value
  • Type:Boolean

AutoPan

N/A

Remarks

N/A

Return Value
  • Type:Boolean

HasCloseButton

N/A

Remarks

N/A

Return Value
  • Type:Boolean

OffsetXInPixels

N/A

Remarks

N/A

Return Value
  • Type:Int32

OffsetYInPixels

N/A

Remarks

N/A

Return Value
  • Type:Int32

Protected Properties

PopupType

Gets a string that represents the type of the Popup object.

Remarks

N/A

Return Value
  • Type:String

Public Events

thinkgeo.mapsuite.webedition.custompopup.txt · Last modified: 2017/03/16 21:59 (external edit)