UserInterfaceManager.AllReferencedControls Method
Parent Object: UserInterfaceManagerDescription
Method that returns all command controls in Inventor's ribbon interface that reference the input ControlDefinition. Controls from ribbons panels, Quick Access Toolbar and the File Browser (application menu) are returned.
Syntax
UserInterfaceManager.AllReferencedControls( Definition As ControlDefinition ) As CommandControlsEnumeratorParameters
Name | Type | Description |
Definition | ControlDefinition | Input ControlDefinition object to find the controls for. |