UIControlledApplication Members


The UIControlledApplication type exposes the following members.

Methods

Name Description
Public method CreateAddInCommandBinding
Creates a new AddInCommandBinding.
Public method CreateRibbonPanel(String)
Create a new RibbonPanel on the Add-Ins tab.
Public method CreateRibbonPanel(String, String)
Create a new RibbonPanel on the specified tab.
Public method CreateRibbonPanel(Tab, String)
Create a new RibbonPanel on the designated standard Revit tab.
Public method CreateRibbonTab
Creates a new tab on the Revit user interface.
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetDockablePane
Gets a DockablePane object by its ID.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetRibbonPanels
Get all the custom Panels on Add-Ins tab of Revit.
Public method GetRibbonPanels(String)
Get all the custom Panels on a designated Revit tab.
Public method GetRibbonPanels(Tab)
Get all the custom Panels on a designated standard Revit tab.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method LoadAddIn
Loads add-ins from the given manifest file.
Public method LoadPackageContents
Loads add-ins from the given packageContents.xml file.
Public method RegisterDockablePane
Adds a new dockable pane to the Revit user interface.
Public method RemoveAddInCommandBinding
Removes an AddInCommandBinding.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property ActiveAddInId
Get current active external application or external command id.
Public property ControlledApplication
Returns the database level ControlledApplication represented by this UI-level ControlledApplication.
Public property IsLateAddinLoading
Indicates whether this add-in is loaded on the fly or not. If it is loaded when Revit is starting up, it is false, otherwise it should be true.
Public property LoadedApplications
Returns an array of successfully loaded external applications.

Events

Name Description
Public event ApplicationClosing
Subscribe to the ApplicationClosing event to be notified when the Revit application is just about to be closed.
Public event DialogBoxShowing
Subscribe to the DialogBoxShowing event to be notified when Revit is just about to show a dialog box or a message box.
Public event DisplayingOptionsDialog
Subscribe to the options dialog displaying event to be notified when Revit options dialog is displaying.
Public event DockableFrameFocusChanged
Subscribe to this event to be notified when a Revit GenericDockableFrame has gained focus or lost focus in the Revit user interface. This event is called only for API-created GenericDockableFrames.
Public event DockableFrameVisibilityChanged
Subscribe to this event to be notified when a Revit GenericDockableFrame has been shown or hidden in the Revit user interface. This event is called only for API-created GenericDockableFrames.
Public event Idling
Subscribe to the Idling event to be notified when Revit is not in an active tool or transaction.
Public event ViewActivated
Subscribe to the ViewActivated event to be notified immediately after Revit has finished activating a view of a document.
Public event ViewActivating
Subscribe to the ViewActivating event to be notified when Revit is just about to activate a view of a document.

See Also