Name | Description |
AllReferencedControls | 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. |
DoEvents | Allows Inventor to process all Windows messages currently in the message queue. |
GetCommandPaths | Method that returns all the paths that the given command is found in, optionally filtered to an environment. |
ResetRibbonInterface | Method that removes all customizations from the ribbon user interface. |
Name | Description |
ActiveEnvironment | Property that returns the Environment that is currently active. |
Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
BalloonTips | Read-only property that returns the BalloonTips collection object. |
CapacityMeterEnabled | |
DockableWindows | Property that returns the DockableWindows collection object. |
Environments | Property that returns the Environments collection object. |
ExpertMode | |
FileBrowserControls | Property that returns a CommandControls collection containing the controls in the File Browser (a.k.a Application Menu). |
HelpControls | Property that returns a CommandControls collection containing the controls in the Help Menu. |
OverflowMenuBehavior | |
ParallelEnvironments | Property that returns the list of Environments valid for the edit target or the environment being switched to. Environments can be added to or removed from the list as seen appropriate by the client when an OnNewEditObject or an OnEnvironmentChange event is received. This list of environments will show in the Applications menu item. This list may only contain non-built-in environments. |
Parent | Property that returns the parent object from whom this object can logically be reached. |
PinMiniToolbarPosition | |
RibbonAppearance | |
RibbonDockingState | |
Ribbons | Property that returns the Ribbons collection object. |
RibbonState | |
ShowBrowser | |
ShowCleanScreen | |
ShowDocumentTabs | |
ShowMarkingMenu | |
ShowNavigationBar | |
ShowQuickAccessControlsBelowRibbon | |
ShowStatusBar | |
ShowSteeringWheel | |
ShowViewCube | |
Type | Returns an ObjectTypeEnum indicating this object's type. |
UserInteractionDisabled | |
UserInterfaceEvents | Property returning the UserInterfaceEvents object. |
Name | Description |
Add commands to the application menu | Demonstrates adding command to the application menu. |
Add parallel environment with contextual tabs | The following sample demonstrates the use of parallel environments and contextual ribbon tabs. |
Dockable window | This sample demonstrates creating a dockable window and adding a dialog into it. |
Print information about all available ribbons. | This sample prints out all of the elements of the ribbons. This output is very useful when customizing the ribbon to be able to get the names of the various existing ribbons, tabs, and panels. |
Creation of an override environment for a document | A new ribbon tab is created and associated with the override environment. |