====== ThinkGeo.MapSuite.WebForms.CustomPopup ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.WebForms.Popup ***ThinkGeo.MapSuite.WebForms.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.Shapes.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.Shapes.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.Shapes.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.Shapes.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.Shapes.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.Shapes.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.WebForms.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|}} 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 ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] ** {{wiki:PublicProperty.gif|}} BorderColor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] ** {{wiki:PublicProperty.gif|}} BorderWidth ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} ContentHtml ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} BackgroundImageVirtualPath ** * //N/A// == 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.Shapes.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 ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ==== Public Events ====