Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> Represents key event arguments when interacting with the map object.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments</a>
*System.Object **ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
KeyEventInteractionArguments | Constructor of KeyEventInteractionArguments class. | ||
KeyEventInteractionArguments | String, Boolean, Boolean, Boolean | This is the constructor of this parameter by passing parameters. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
CurrentExtent | RectangleShape | Gets or sets the current extent used in the MapControl. | |
CurrentScale | Double | Gets or sets the scale in the current status. | |
IsAltKeyPressed | Boolean | Gets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false. | |
IsCtrlKeyPressed | Boolean | Gets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false. | |
IsShiftKeyPressed | Boolean | Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false. | |
Key | String | This property gets string indicates the key used in the key events. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Constructor of KeyEventInteractionArguments class.
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.WpfDesktopEdition.KeyEventInteractionArguments#KeyEventInteractionArguments.28String.2C_Boolean.2C_Boolean.2C_Boolean.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
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.WpfDesktopEdition.KeyEventInteractionArguments#CurrentExtent” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#CurrentExtent</a>
| Return Type |
|---|
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
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.WpfDesktopEdition.KeyEventInteractionArguments#CurrentScale” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#CurrentScale</a>
| Return Type |
|---|
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
Gets 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.WpfDesktopEdition.KeyEventInteractionArguments#IsAltKeyPressed” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#IsAltKeyPressed</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
Gets 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.WpfDesktopEdition.KeyEventInteractionArguments#IsCtrlKeyPressed” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#IsCtrlKeyPressed</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#IsShiftKeyPressed” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#IsShiftKeyPressed</a>
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
This property gets 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.WpfDesktopEdition.KeyEventInteractionArguments#firstHeading" class="firstHeading" lang="en"><span dir="auto” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#firstHeading“ class=“firstHeading” lang=“en”><span dir=“auto</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.