Application.UserInterfaceManager Property
Parent Object: ApplicationDescription
Gets the UserInterfaceManager object. The UserInterfaceManager object is the starting point for UI and environment control, providing access to available environments, command bars, browsers, panel bars, toolbars etc.
Syntax
Application.UserInterfaceManager() As UserInterfaceManagerProperty Value
This is a read only property whose value is a UserInterfaceManager.Samples
Name | Description |
Play back a simulation | This sample plays back an existing dynamic simulation. |
Basic Selection Using Interaction Events | This sample demonstrates using the selection events to select a face. Selection is dependent on events and VB only supports events within a class module. |