====== ThinkGeo.MapSuite.MvcEdition.CustomPopup ====== {{section>upgrade_map_suite_to_10.0}} Represents a pop up window whose style and background can be customized. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.MvcEdition.Popup ***ThinkGeo.MapSuite.MvcEdition.CustomPopup** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} CustomPopup() ** * //Initialize an instance of the CustomPopup class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} CustomPopup(String) ** * //Initialize an instance of the CustomPopup class.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:N/A ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape) ** * //Initialize an instance of the CustomPopup class.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:N/A * //position// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:N/A ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape,String) ** * //Initialize an instance of the CustomPopup class.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:N/A * //position// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:N/A * //contentHtml// * Type:String * Description:N/A ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape,String,Int32,Int32) ** * //Initialize an instance of the CustomPopup class.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:N/A * //position// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:N/A * //contentHtml// * Type:String * Description:N/A * //width// * Type:Int32 * Description:N/A * //height// * Type:Int32 * Description:N/A ** {{wiki:PublicMethod.gif|}} CustomPopup(String,PointShape,String,Int32,Int32,Boolean) ** * //Initialize an instance of the CustomPopup class.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:N/A * //position// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * 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 ** {{wiki:PublicMethod.gif|}} 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 * //position// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * 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 ** {{wiki:PublicMethod.gif|}} 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 * //position// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * 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 ==== ** {{wiki:PublicMethod.gif|}} CloneShallow() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.Popup|Popup]] * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} ToJson() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} FromJson(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //jsonString// * Type:String * Description:N/A ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} BackgroundColor ** Gets or sets the color applied to the background of the popup object. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ** {{wiki:PublicProperty.gif|}} BorderColor ** Gets or sets the color applied to the border of the popup object. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ** {{wiki:PublicProperty.gif|}} BorderWidth ** Gets or sets the width of the popup's border. == Remarks == N/A == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} ContentHtml ** Gets or sets the content HTML of the popup window. == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} 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 ** {{wiki:PublicProperty.gif|}} Id ** N/A == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Position ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ** {{wiki:PublicProperty.gif|}} Width ** N/A == Remarks == N/A == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Height ** N/A == Remarks == N/A == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} IsVisible ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Opacity ** N/A == Remarks == N/A == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} AutoSize ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} AutoPan ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} HasCloseButton ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} OffsetXInPixels ** N/A == Remarks == N/A == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} OffsetYInPixels ** N/A == Remarks == N/A == Return Value == * Type:Int32 ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} PopupType ** Gets a string that represents the type of the Popup object. == Remarks == N/A == Return Value == * Type:String ==== Public Events ====