====== ThinkGeo.MapSuite.MvcEdition.KeyboardMapToolSetting ====== {{section>upgrade_map_suite_to_10.0}} A setting for KeyboardMapTool that contains APIs to set properties of KeyboardMapTool using in MVC view. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null],[ThinkGeo.MapSuite.MvcEdition.KeyboardMapToolSetting, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]] *ThinkGeo.MapSuite.MvcEdition.MapToolSetting`2[[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null],[ThinkGeo.MapSuite.MvcEdition.KeyboardMapToolSetting, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]] ***ThinkGeo.MapSuite.MvcEdition.KeyboardMapToolSetting** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} KeyboardMapToolSetting(KeyboardMapTool) ** * //Initializes a new instance of the KeyboardMapToolSetting class.// == Remarks == * //N/A// == Parameters == * //mapTool// * Type:[[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool|KeyboardMapTool]] * Description:the map Tool which will be assigned to Element property
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} PanPixels(Int32) ** * //Set panPixels for Element property and retun the KeyboardMapToolSetting// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.KeyboardMapToolSetting|KeyboardMapToolSetting]] * Description:The setting of KeyboardMapToolSetting itself == Parameters == * //panPixels// * Type:Int32 * Description:A panPixels for Element property ** {{wiki:PublicMethod.gif|}} Enabled(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.KeyboardMapToolSetting|KeyboardMapToolSetting]] * Description:N/A == Parameters == * //isEnabled// * Type:Boolean * 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 ==== ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Element ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.KeyboardMapTool|KeyboardMapTool]] ==== Public Events ====