Class | Description | |
---|---|---|
BackstageTab | Represents a tab in the application backstage. This is an abstract class. | |
Button | Represents a button control. This is an abstract class. | |
CheckBox | Represents a check box control. This is an abstract class. | |
ComboBox | Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control. This is an abstract class. | |
ComboBoxItem | Represents a selectable item in a ComboBox | |
CompositeOperation | Represents a list of Operation instances that are collectively applied. | |
ConfigurationManager | Use a ConfigurationManager to create a custom ArcGIS Pro user experience. | |
CustomControl | Represents a user designed ribbon control. This is an abstract class. | |
CustomizationFilter | Represents a filter that is consulted before commands are executed. This is an abstract class. | |
DockPane | Represents the base class for DockPanes. This is an abstract class. | |
DropHandlerBase | Represents a class that wants to process drag and drop operations. This is an abstract class. | |
DynamicMenu | Represents a menu that is populated at run-time. This is an abstract class. | |
EditBox | Represents a control that can be used to display and edit strings, doubles, or integers. This is an abstract class. | |
Gallery | Represents an abstract base class for a gallery ribbon control. | |
GalleryItem | Represents a selectable item in a Gallery | |
Module | Represents the central access point for a sub-system. This is an abstract class. | |
ModuleSettingsReader | Provides a mechanism for reading settings written to a project. | |
ModuleSettingsWriter | Provides a mechanism for writing settings to a project. | |
Operation | Represents an action, or group of actions, that can be undone and redone. This is an abstract class. | |
Page | Represents a page inside a property sheet. This is an abstract class. | |
Pane | Represents a primary window within the application. This is an abstract class. | |
PaneBase | Represents the base class for Panes and DockPanes. This is an abstract class. | |
PlugIn | Represents the base class for most framework commands including Button and Tool . This is an abstract class. | |
PropertyChangedBase | A base class that implements the infrastructure for property change notification and automatically performs UI thread marshalling. | |
ShortCut | Represents a keyboard short-cut for a DAML command. | |
Spinner | Represents a control that can be used to display and edit doubles. This is an abstract class. | |
Tool | Represents a tool control. This is an abstract class. | |
ViewModelBase | Base class for ViewModels. Implements INotifyPropertyChange. | |
WizardPage | Represents a page inside a wizard. This is an abstract class. |