User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.keyeventinteractionarguments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.keyeventinteractionarguments [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.desktopedition.keyeventinteractionarguments [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments ====== ====== ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class encapsulates the information and simple method for key events interative actions. This class encapsulates the information and simple method for key events interative actions.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments]]+    ***ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} KeyEventInteractionArguments() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#KeyEventInteractionArguments()|KeyEventInteractionArguments]] ​  ​| ​   |    | This is the default constructor of this parameter. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyEventInteractionArguments(String,​ Boolean, Boolean, Boolean)|KeyEventInteractionArguments]] ​  | String, Boolean, Boolean, Boolean ​  ​| ​   | This is the constructor of this parameter by passing parameters. ​  |+
  
-==== Protected Constructors ​==== +  * //This is the default constructor of this parameter.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //If you use this constructor,​ you have to set its properties manually before use.// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} KeyEventInteractionArguments(String,​Boolean,​Boolean,​Boolean) **
  
 +  * //This is the constructor of this parameter by passing parameters.//​
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​KeyEventInteractionArguments.28String.2C_Boolean.2C_Boolean.2C_Boolean.29//​
 +== Parameters ==
 +  * //key//
 +    * Type:String
 +    * Description:​This parameters indicates the key string used in the events.
 +
 +  * //​isCtrlKeyPressed//​
 +    * Type:​Boolean
 +    * Description:​This parameter indicates the CTRIL key is pressed or not.
 +
 +  * //​isShiftKeyPressed//​
 +    * Type:​Boolean
 +    * Description:​This parameter indicates the SHIFT key is pressed or not.
 +
 +  * //​isAltKeyPressed//​
 +    * Type:​Boolean
 +    * Description:​This parameter indicates the ALT key is pressed or not.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#ToString.28.29//​
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​CurrentExtent|CurrentExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | This property gets or sets the current extent used in the MapControl. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentScale|CurrentScale]] ​  | Double ​  ​| ​   | This property gets or sets the scale in the current status. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsAltKeyPressed|IsAltKeyPressed]] ​  | Boolean ​  ​| ​   | Gets and sets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsCtrlKeyPressed|IsCtrlKeyPressed]] ​  | Boolean ​  ​| ​   | Gets and sets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsShiftKeyPressed|IsShiftKeyPressed]] ​  | Boolean ​  ​| ​   | Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Key|Key]] ​  ​| ​String ​  |    | This property gets and sets string indicates the key used in the key events. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] ​  ​| ​   | This property gets or sets the ZoomLevelSet used in the Map Control. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ZoomLevelSnapping|ZoomLevelSnapping]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]] ​  ​| ​   | This property gets or sets the ZoomLevelSnappingMode used in the Map Control. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​Equals.28Object.29//​
  
-===== Public Constructors ===== +== Return Value == 
-==== KeyEventInteractionArguments() ==== +  ​Type:Boolean 
-This is the default constructor of this parameter. +  Description:N/A
-=== Remarks === +
-If you use this constructor,​ you have to set its properties manually before use. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-==== KeyEventInteractionArguments(String,​ Boolean, Boolean, Boolean) ​==== +  ​* ​//obj// 
-This is the constructor of this parameter by passing parameters. +    * Type:Object 
-=== Remarks === +    ​* ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​KeyEventInteractionArguments.28String.2C_Boolean.2C_Boolean.2C_Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​KeyEventInteractionArguments.28String.2C_Boolean.2C_Boolean.2C_Boolean.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| key   | String<​!-- System.String --> ​  | This parameters indicates the key string used in the events. ​  | +
-| isCtrlKeyPressed ​  | Boolean<​!-- System.Boolean --> ​  | This parameter indicates the CTRIL key is pressed or not.   | +
-| isShiftKeyPressed ​  | Boolean<​!-- System.Boolean --> ​  | This parameter indicates the SHIFT key is pressed or not.   | +
-| isAltKeyPressed ​  | Boolean<​!-- System.Boolean --> ​  | This parameter indicates the ALT key is pressed or not.   |+
  
-[[#Public Constructors|Go Back]] +<div newline></div
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-===== Public Methods ===== +
-==== Equals(Object) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​Equals.28Object.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​Equals.28Object.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​GetHashCode.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== GetHashCode() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetType() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​GetType.28.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​GetType.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== ToString() ​==== +==== Protected Methods ==== 
-=== Remarks === +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ToString.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ToString.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​Finalize.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MemberwiseClone() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​MemberwiseClone.28.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​MemberwiseClone.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Object 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-===== Public Properties ===== +==== Public Properties ==== 
-==== CurrentExtent ==== +** {{wiki:​PublicProperty.gif|}} Key **
-This property gets or sets the current extent used in the MapControl. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentExtent"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentExtent</a+
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> +  * //This property gets and sets string indicates ​the key used in the key events.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== CurrentScale ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​firstHeading" ​class="firstHeading"​ lang="​en"><span dir="​auto// 
-This property gets or sets the scale in the current status+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentScale" ​target="_blank">http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentScale</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> +** {{wiki:PublicProperty.gif|}} IsCtrlKeyPressed **
-[[#Public Properties|Go Back]] +
-==== IsAltKeyPressed ==== +
-Gets and sets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsAltKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsAltKeyPressed</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> +  * //Gets and sets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsCtrlKeyPressed ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsCtrlKeyPressed//​ 
-Gets and sets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Boolean
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsCtrlKeyPressed" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsCtrlKeyPressed</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> +** {{wiki:PublicProperty.gif|}} ​IsShiftKeyPressed ​**
-[[#Public Properties|Go Back]] +
-==== IsShiftKeyPressed ==== +
-Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsShiftKeyPressed"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsShiftKeyPressed</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> +  * //Gets a value indicating whether ​the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Key ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsShiftKeyPressed// 
-This property gets and sets string indicates ​the key used in the key events+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Boolean
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​firstHeading&​quot;​ class=&​quot;​firstHeading&​quot;​ lang=&​quot;​en&​quot;&​gt;&​lt;​span dir=&​quot;​auto"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​firstHeading"​ class="​firstHeading"​ lang="​en"&​gt;&​lt;​span dir="​auto</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> +** {{wiki:PublicProperty.gif|}} IsAltKeyPressed **
-[[#Public Properties|Go Back]] +
-==== ZoomLevelSet ==== +
-This property gets or sets the ZoomLevelSet used in the Map Control. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSet"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSet</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<​!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> +  * //Gets and sets a value indicating whether ​the ALT key was pressed. true if the ALT key was pressed; otherwise, false.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ZoomLevelSnapping ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsAltKeyPressed// 
-This property gets or sets the ZoomLevelSnappingMode used in the Map Control+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Boolean
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSnapping"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSnapping</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]]<​!-- ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments ​--> +** {{wiki:​PublicProperty.gif|}} CurrentExtent ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ===== +  * //This property gets or sets the current extent used in the MapControl.//​ 
-===== Public Events ===== +== Remarks == 
-__NOTOC__ +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentExtent//​ 
-[[Category:DesktopEdition]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.DesktopEdition]] +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-[[Category:UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** 
 + 
 +  * //This property gets or sets the ZoomLevelSet used in the Map Control.// 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSet//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomLevelSnapping ** 
 + 
 +  * //This property gets or sets the ZoomLevelSnappingMode used in the Map Control.// 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSnapping//​ 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]] 
 + 
 +** {{wiki:PublicProperty.gif|}} CurrentScale ** 
 + 
 +  * //This property gets or sets the scale in the current status.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentScale//​ 
 +== Return Value == 
 +  * Type:Double 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.desktopedition.keyeventinteractionarguments.1440040130.txt.gz · Last modified: 2015/09/18 03:02 (external edit)