ESRI.ArcGIS.Mobile.Client
IdentifyResultsPage Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap Namespace : IdentifyResultsPage Class

Page that contains the results of an identify.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class IdentifyResultsPage 
   Inherits Page
   Implements IFeatureActionPageIPageIPage2 
C# 
public class IdentifyResultsPage : Page, IFeatureActionPageIPageIPage2  

Remarks

IdentifyResultsPage can't be instantiated, meaning that you won't be able to create a new instance of IdentifyResultsPage. However, you can customize FeatureActionItems for any activted Feature on this page. This can be achieved by listening to CreatingFeatureActionItems event fired by Project class. This event will be fired when user activates one of the Features on IdentifyResultsPage, and you can get a list of FeatureActionItems for manipulation purpose.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     ESRI.ArcGIS.Mobile.Client.MobileForm
                        ESRI.ArcGIS.Mobile.Client.Page
                           ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap.IdentifyResultsPage

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also