IMapControl3 Interface
Provides access to members that control the MapControl. Note: the IMapControl3 interface has been superseded by IMapControl4. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine.
Description
The IMapControl3 interface provides additional members for tasks related to the MapControl, such as setting a custom property and suppressing data redraw whilst the MapControl is being resized.
Members
Description | ||
---|---|---|
ActiveView | The active view of the Map contained by the MapControl. | |
ActiveView | The active view of the Map contained by the MapControl. | |
Appearance | The appearance of the MapControl. | |
Appearance | The appearance of the MapControl. | |
BackColor | Background color of the MapControl. | |
BackColor | Background color of the MapControl. | |
BorderStyle | The border style of the MapControl. | |
BorderStyle | The border style of the MapControl. | |
CurrentTool | Current active tool for the MapControl. Set to nothing to clear the tool. | |
CurrentTool | Current active tool for the MapControl. Set to nothing to clear the tool. | |
CustomProperty | A property to associate data with a control. | |
DocumentFilename | The filename of the last map document loaded into the control. | |
DocumentMap | The name of the map that was last loaded into the control from a map document. | |
Enabled | Indicates whether the MapControl can respond to user generated events. | |
Enabled | Indicates whether the MapControl can respond to user generated events. | |
Extent | Current extent of the Map in map units. | |
Extent | Current extent of the Map in map units. | |
FullExtent | Rectangular shape that encloses all features of all layers in the Map. | |
FullExtent | Rectangular shape that encloses all features of all layers in the Map. | |
hWnd | Handle to the window associated with the MapControl. | |
hWnd | Handle to the window associated with the MapControl. | |
KeyIntercept | A property that specifies interception of key strokes that are normally handled by the container. When intercepted the OnKeyDown and OnKeyUp events will be called. This value can be a combined bit mask of esriKeyIntercept enum values. | |
Layer | Layer at the supplied index. | |
Layer | Layer at the supplied index. | |
LayerCount | Number of layers in the Map. | |
LayerCount | Number of layers in the Map. | |
Map | The Map contained by the MapControl. | |
Map | The Map contained by the MapControl. | |
MapScale | Scale of the map as a representative fraction. | |
MapScale | Scale of the map as a representative fraction. | |
MapUnits | The geographical units of the map. | |
MapUnits | The geographical units of the map. | |
MouseIcon | Custom mouse icon used if MousePointer is 99. | |
MouseIcon | Custom mouse icon used if MousePointer is 99. | |
MousePointer | The mouse pointer displayed over the MapControl. | |
MousePointer | The mouse pointer displayed over the MapControl. | |
Object | A property that returns the underlying control. This can be used when the control is inside a wrapper object that has been added by a development environment. | |
OleDropEnabled | Indicates if the MapControl will fire events when data is dragged over the control's window. | |
OleDropEnabled | Indicates if the MapControl will fire events when data is dragged over the control's window. | |
ReferenceScale | Reference scale of the Map as a representative fraction. | |
ReferenceScale | Reference scale of the Map as a representative fraction. | |
Rotation | Determines how many degrees the map display is rotated. | |
Rotation | Determines how many degrees the map display is rotated. | |
ShowMapTips | Indicates if map tips are shown. | |
ShowScrollbars | Indicates whether or not the Map's scrollbars are visible. | |
ShowScrollbars | Indicates whether or not the Map's scrollbars are visible. | |
SpatialReference | Spatial reference of the Map. | |
SpatialReference | Spatial reference of the Map. | |
TipDelay | The delay before map tips are shown. | |
TipStyle | The style of map tips. | |
TrackCancel | The object used by the MapControl to check if drawing has been aborted. | |
TrackCancel | The object used by the MapControl to check if drawing has been aborted. | |
VisibleRegion | The geometry specifying the visible region of the Map. | |
|
VisibleRegion |
The geometry specifying the visible region of the Map |