Name | Description | |
---|---|---|
_solutionName |
The following tables list the members exposed by FrameworkApplication.
Name | Description | |
---|---|---|
_solutionName |
Name | Description | |
---|---|---|
ActiveTab | Gets the DAML identifier of the currently active ribbon tab. | |
ActiveTool | Gets the application's current tool. Only one tool is active at a time. | |
ActiveWindow | Gets the ArcGIS.Desktop.Framework.Contracts.Pane or ArcGIS.Desktop.Framework.Contracts.DockPane that is currently active. | |
ApplicationProperties | Gets the application properties. | |
ApplicationTheme | Gets or sets the application's theme that dictates its visual style. Three themes are supported: default (metro), dark, and high contrast. | |
ContextMenuDataContext | Gets the contextual data that is passed to the commands in a context menu. | |
ContextMenuDataContextViewModel | Gets the current context menu's default data context as a view-model. This is for Esri internal use only. | |
CurrentTool | Gets or sets the application's current tool. Only one tool is active at a time. | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DockPaneManager | Gets all the active dockpane instances; this singleton also lets you activate, create, and close dockpanes. | |
EventAggregator | Gets the application's event aggregator. | |
FloatingWindowName | Gets the default floating window name | |
FlowDirection | Gets the content flow direction for text and user interface elements. | |
IncomingTool | ||
Initialized | Gets true once the application shell has been loaded and a license has been acquired. | |
IsBusy | Gets a boolean value of true indicating the application is currently busy. | |
IsEnabled | Gets or sets a value indicating whether the application's user interface is currently enabled. | |
IsRibbonMinimized | Gets or sets whether the ribbon is currently minimized. | |
MainWindow | Gets or sets the main window of the application. (Inherited from System.Windows.Application) | |
Name | Gets or sets the application's name is the combination of its Title - SubTitle - Name. | |
OutgoingTool | ||
Panes | Gets all the active pane instances; this singleton also lets you activate, create, and close panes. | |
Properties | Gets a collection of application-scope properties. (Inherited from System.Windows.Application) | |
Resources | Gets or sets a collection of application-scope resources, such as styles and brushes. (Inherited from System.Windows.Application) | |
ShutdownMode | Gets or sets the condition that causes the System.Windows.Application.Shutdown method to be called. (Inherited from System.Windows.Application) | |
StartupUri | Gets or sets a UI that is automatically shown when an application starts. (Inherited from System.Windows.Application) | |
State | Gets the application's state object. | |
SubTitle | Gets or sets the application's SubTitle. | |
Title | Gets or sets the application's Title. | |
Windows | Gets the instantiated windows in an application. (Inherited from System.Windows.Application) |
Name | Description | |
---|---|---|
ConfigSecurityLevel | ||
LayoutFile |
Name | Description | |
---|---|---|
ActivateTab | Activates the specified ribbon tab. | |
ActivateWindow | Focuses the main window. | |
AddNotification | Presents a notification. | |
Close | Closes the application. | |
CloseBackstage | Closes the backstage. | |
CreateContextMenu | Overloaded. | |
ExecuteCommand | Executes the specified command. | |
FindModule | Returns the specified module; the module is loaded if necessary. | |
FindResource | Searches for a user interface (UI) resource, such as a System.Windows.Style or System.Windows.Media.Brush, with the specified key, and throws an exception if the requested resource is not found (see XAML Resources). (Inherited from System.Windows.Application) | |
GetAddInInfos | Returns a collection of AddInfos representing the currently loaded add-ins. | |
GetPlugInWrapper | Returns a run-time wrapper around the specified DAML component. | |
HideMiniToolbar | Hides all minitoolbars. | |
InitializeCef | Initializes CefSharp. It's important to note that InitializeCef MUST be called on your main applicaiton thread (Typically the UI thead). If you call it on a different thread, your application will hang. | |
OpenBackstage | Opens the backstage. | |
QueueIdleAction | Queues an action that will be performed when the application next enters an idle state where the user is not interacting with a modal dialog or performing any activity that might conflict with the specified action. | |
RegisterCustomizationFilter | Adds the supplied customization filter to the application's customization model. | |
RemoveNotification | Removes the specified notification. | |
Run | Overloaded. (Inherited from System.Windows.Application) | |
SetCurrentToolAsync | Activates the specified tool. | |
ShowHelpTopic | Shows the help topic associated with the specified helpContextID. | |
ShowWizard | Opens the specified wizard. | |
Shutdown | Overloaded. (Inherited from System.Windows.Application) | |
ShutdownAsync | Overloaded. | |
TryFindResource | Searches for the specified resource. (Inherited from System.Windows.Application) | |
UnregisterCustomizationFilter | Removes the specified customization filter from the application's customization model. |
Name | Description | |
---|---|---|
Activated | Occurs when an application becomes the foreground application. (Inherited from System.Windows.Application) | |
Deactivated | Occurs when an application stops being the foreground application. (Inherited from System.Windows.Application) | |
DispatcherUnhandledException | Occurs when an exception is thrown by an application but not handled. (Inherited from System.Windows.Application) | |
Exit | Occurs just before an application shuts down, and cannot be canceled. (Inherited from System.Windows.Application) | |
FragmentNavigation | Occurs when a navigator in the application begins navigation to a content fragment, Navigation occurs immediately if the desired fragment is in the current content, or after the source XAML content has been loaded if the desired fragment is in different content. (Inherited from System.Windows.Application) | |
LoadCompleted | Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering. (Inherited from System.Windows.Application) | |
Navigated | Occurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading. (Inherited from System.Windows.Application) | |
Navigating | Occurs when a new navigation is requested by a navigator in the application. (Inherited from System.Windows.Application) | |
NavigationFailed | Occurs when an error occurs while a navigator in the application is navigating to the requested content. (Inherited from System.Windows.Application) | |
NavigationProgress | Occurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information. (Inherited from System.Windows.Application) | |
NavigationStopped | Occurs when the StopLoading method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress. (Inherited from System.Windows.Application) | |
SessionEnding | Occurs when the user ends the Windows session by logging off or shutting down the operating system. (Inherited from System.Windows.Application) | |
Startup | Occurs when the System.Windows.Application.Run method of the System.Windows.Application object is called. (Inherited from System.Windows.Application) |