The Application namespace is the starting point for ArcGIS Explorer customization. The application namespace contains four abstract classes from which each type of Add-In can be derived, and application classes that enable you to provide application-specific functionality.
Classes
Class | Description | |
---|---|---|
![]() | Application |
Represents an instance of the ArcGIS Explorer application, providing access to the current
MapDisplay, and to other application and document properties and events.
|
![]() | Button |
Inherit this abstract class to create a button which can be displayed on the Ribbon; this
allows you to execute code when the user clicks the button.
|
![]() | DockWindow |
Inherit this class to display a custom button on the Ribbon that when clicked opens a dockable window;
this allows you to provide customized user interface components in the application.
|
![]() | Extension |
Inherit this abstract class to create a custom extension; this class will be instantiated
when the application starts up, allowing you to execute code.
|
![]() | Gallery |
Inherit this abstract class to display a custom gallery on the Ribbon; this
allows you to display a choice of items in the gallery and execute code when
the user clicks one of the items in the gallery.
|
![]() | GalleryItem |
Represents a single item shown in a Gallery, consisting of an image, caption, tooltip, and a caption for a subgroup within the Gallery.
|
![]() | GalleryItemCollection |
Represents the collection of GalleryItems in a Gallery.
|
![]() | Presentation |
Represents a Presentation which is a collection of slides and facilities for capturing and presenting those slides.
|
![]() | PresentationOptions |
Represents the options for controlling the behaviors, content, and appearance of the presentation.
|
![]() | ProgressHelper |
Displays a progress dialog when a lengthy operation is taking place on the
user interface thread.
|
![]() | SelectedItemsCollection |
The collection of MapItems which are selected in the Contents window.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | PresentationMode |
Specifies the presentation modes of the application.
|
Relate Topics:
Application Class
Button Class
DockWindow Class
Extension Class
Gallery Class
GalleryItem Class
GalleryItemCollection Class
Presentation Class
PresentationMode Enumeration
PresentationOptions Class
ProgressHelper Class
SelectedItemsCollection Class
Application Class
Button Class
DockWindow Class
Extension Class
Gallery Class
GalleryItem Class
GalleryItemCollection Class
Presentation Class
PresentationMode Enumeration
PresentationOptions Class
ProgressHelper Class
SelectedItemsCollection Class
Created by Atop CHM to web converter,© 2009 all right reserved.