UIControlledApplication Methods


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 .)

See Also