Share

Application.UserInterfaceManager Property

Parent Object: Application

Description

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 UserInterfaceManager

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

Version

Introduced in version 9

Was this information helpful?