====== ThinkGeo.MapSuite.MvcEdition.MapToolSetting ====== {{section>upgrade_map_suite_to_10.0}} A setting for MapTool that contains APIs to set properties of MapToolSetting using in MVC view. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase ***ThinkGeo.MapSuite.MvcEdition.MapToolSetting** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} MapToolSetting`2() ** * //Initializes a new instance of the MapToolSetting class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MapToolSetting`2(TMapTool) ** * //N/A// == Remarks == * //N/A// == Parameters == * //mapTool// * Type:TMapTool * Description:N/A
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Enabled(Boolean) ** * //Set isEnabled for Element property and retun the MapToolSetting// == Remarks == * //N/A// == Return Value == * Type:TSetting * Description:The setting of MapToolSetting itself == Parameters == * //isEnabled// * Type:Boolean * Description:A boolean variable for Element property represent the setting is enable or not
** {{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 ==== ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Element ** N/A == Remarks == N/A == Return Value == * Type:TMapTool ==== Public Events ====