ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class


In This Topic
    FrameworkApplication Class Methods
    In This Topic

    For a list of all members of this type, see FrameworkApplication members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Activates the specified ribbon tab.  
    Public Methodstatic (Shared in Visual Basic) Focuses the main window.  
    Public Methodstatic (Shared in Visual Basic) Presents a notification.  
    Public Methodstatic (Shared in Visual Basic) Closes the application.  
    Public Methodstatic (Shared in Visual Basic) Closes the backstage.  
    Public Methodstatic (Shared in Visual Basic) Gets the contextual data as the requested type T. Contextual data represents the selected item (or items) that is passed to a command when executing that command on a context menu.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic) Obtains a function that can be used to execute the specified command.  
    Public Methodstatic (Shared in Visual Basic) Obtains a function that can be used to execute the specified command with arguments.  
    Public Methodstatic (Shared in Visual Basic) Returns the specified module; the module is loaded if necessary.  
    Public MethodSearches 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)
    Public Methodstatic (Shared in Visual Basic) Returns a collection of AddInfos representing the currently loaded add-ins.  
    Public Methodstatic (Shared in Visual Basic) Returns a run-time wrapper around the specified DAML component.  
    Public Methodstatic (Shared in Visual Basic) Hides all minitoolbars.  
    Public Methodstatic (Shared in Visual Basic) Opens the backstage.  
    Public Methodstatic (Shared in Visual Basic) 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.  
    Public Methodstatic (Shared in Visual Basic) Adds the supplied customization filter to the application's customization model.  
    Public Methodstatic (Shared in Visual Basic) Removes the specified notification.  
    Public MethodOverloaded.  (Inherited from System.Windows.Application)
    Public Methodstatic (Shared in Visual Basic) Activates the specified tool.  
    Public Methodstatic (Shared in Visual Basic) Shows the help topic associated with the specified helpContextID.  
    Public Methodstatic (Shared in Visual Basic) Opens the specified wizard.  
    Public MethodOverloaded.  (Inherited from System.Windows.Application)
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic) Sets the spell check language.  
    Public MethodSearches for the specified resource. (Inherited from System.Windows.Application)
    Public Methodstatic (Shared in Visual Basic) Removes the specified customization filter from the application's customization model.  
    Top
    Protected Methods
    See Also