Share

ApplicationMenu Class

Description

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

Class Hierarchy

Autodesk.Windows.ApplicationMenu

Visual Basic

Public Class ApplicationMenu
Inherits System.ComponentModel.INotifyPropertyChanged

C#

public class ApplicationMenu : System.ComponentModel.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?