====== ThinkGeo.MapSuite.WebForms.MapTool ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.WebForms.MapTool** *[[ThinkGeo.MapSuite.WebForms.AnimationPanMapTool]] *[[ThinkGeo.MapSuite.WebForms.MeasureMapTool]] *[[ThinkGeo.MapSuite.WebForms.TouchMapTool]] *[[ThinkGeo.MapSuite.WebForms.KeyboardMapTool]] *[[ThinkGeo.MapSuite.WebForms.OverlaySwitcherMapTool]] *[[ThinkGeo.MapSuite.WebForms.LoadingImageMapTool]] *[[ThinkGeo.MapSuite.WebForms.LogoMapTool]] *[[ThinkGeo.MapSuite.WebForms.MouseMapTool]] *[[ThinkGeo.MapSuite.WebForms.MouseCoordinateMapTool]] *[[ThinkGeo.MapSuite.WebForms.MiniMapMapTool]] *[[ThinkGeo.MapSuite.WebForms.PanZoomMapTool]] *[[ThinkGeo.MapSuite.WebForms.PanZoomBarMapTool]] *[[ThinkGeo.MapSuite.WebForms.ScaleLineMapTool]] ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} MapTool() ** * //Initialize an instance of the MapTool class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MapTool(Boolean) ** * //Initialize an instance of the MapTool class with a boolean value that indicates whether it is enabled.// == Remarks == * //N/A// == Parameters == * //enabled// * Type:Boolean * Description:A boolean value that indicates whether this MapTool is enabled.
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToJson() ** * //N/A// == Remarks == * //This method returns a JSON string that instructs the client Javascript to create a specific client object.// == Return Value == * Type:String * Description:A JSON string that represents the map control. == 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|}} Enabled ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ==== Protected Properties ==== ==== Public Events ====