ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class encapsulates the information and simple method for key events interative actions.
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>
*System.Object **ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor of this parameter. | ||
![]() | String, Boolean, Boolean, Boolean | This is the constructor of this parameter by passing parameters. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | RectangleShape | This property gets or sets the current extent used in the MapControl. | |
![]() | Double | This property gets or sets the scale in the current status. | |
![]() | Boolean | Gets and sets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false. | |
![]() | Boolean | Gets and sets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false. | |
![]() | Boolean | Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false. | |
![]() | String | This property gets and sets string indicates the key used in the key events. | |
![]() | ZoomLevelSet | This property gets or sets the ZoomLevelSet used in the Map Control. | |
![]() | ZoomLevelSnappingMode | This property gets or sets the ZoomLevelSnappingMode used in the Map Control. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor of this parameter.
If you use this constructor, you have to set its properties manually before use.
Name | Type | Description |
---|
This is the constructor of this parameter by passing parameters.
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>
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. |
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 Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets or sets the current extent used in the MapControl.
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 Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> Go Back
This property gets or sets the scale in the current status.
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 Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> Go Back
Gets and sets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> Go Back
Gets and sets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> Go Back
Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> Go Back
This property gets and sets string indicates the key used in the key events.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#firstHeading" class="firstHeading" lang="en"><span dir="auto” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#firstHeading“ class=“firstHeading” lang=“en”><span dir=“auto</a>
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> Go Back
This property gets or sets the ZoomLevelSet used in the Map Control.
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 Type |
---|
ZoomLevelSet<!– ThinkGeo.MapSuite.Core.ZoomLevelSet –> |
<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> Go Back
This property gets or sets the ZoomLevelSnappingMode used in the Map Control.
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 Type |
---|
ZoomLevelSnappingMode<!– ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode –> |
<!– ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments –> Go Back