UIControlledApplication Methods


UIControlled Application Methods

The UIControlledApplication type exposes the following members.

Methods
Name Description
Public method CreateAddInCommandBinding Creates a new AddInCommandBinding.
Public method Code example 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 Code example 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 the default hash function.
(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 RegisterContextMenu Adds a new context menu creator.
Public method Code example 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 )
Top
See Also