Share

ApplicationMenu Class

Description

The ApplicationMenu class is used to manage the main menu of the application.

Class Hierarchy

Autodesk.Windows.ApplicationMenu

C#

public class ApplicationMenu : INotifyPropertyChanged;

Visual Basic

Public Class ApplicationMenu
Inherits INotifyPropertyChanged

Remarks

This class is a singleton and cannot be instantiated. The singleton instance of this class can be accessed using the property ComponentManager.ApplicationMenu.

Links

ApplicationMenu Properties, ApplicationMenu Events

Was this information helpful?