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
Members Summary
Public Constructors
CustomPopup()
Parameters
CustomPopup(String)
Parameters
id
Type:String
Description:N/A
CustomPopup(String,PointShape)
Parameters
id
Type:String
Description:N/A
CustomPopup(String,PointShape,String)
Parameters
id
Type:String
Description:N/A
contentHtml
Type:String
Description:N/A
CustomPopup(String,PointShape,String,Int32,Int32)
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)
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)
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)
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()
Return Value
Parameters
ToJson()
Return Value
Type:String
Description:N/A
Parameters
FromJson(String)
Return Value
Type:Void
Description:N/A
Parameters
jsonString
Type:String
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
BackgroundColor
Gets or sets the color applied to the background of the popup object.
Return Value
BorderColor
Gets or sets the color applied to the border of the popup object.
Return Value
BorderWidth
Gets or sets the width of the popup's border.
Return Value
ContentHtml
Gets or sets the content HTML of the popup window.
Return Value
BackgroundImageVirtualPath
Gets or sets the virtual path of the background image. You can set any image as the popup's background.
Return Value
Id
N/A
Return Value
Position
N/A
Return Value
Width
N/A
Return Value
Height
N/A
Return Value
IsVisible
N/A
Return Value
Opacity
N/A
Return Value
AutoSize
N/A
Return Value
AutoPan
N/A
Return Value
HasCloseButton
N/A
Return Value
OffsetXInPixels
N/A
Return Value
OffsetYInPixels
N/A
Return Value
Protected Properties
PopupType
Gets a string that represents the type of the Popup object.
Return Value
Public Events