Autodesk Vault ProfessionalVault API

MenuItem.MenuItemState Class

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Currency

This represents the current state of a menu item. The state can be changed in the MenuItem.OnUpdate handler.

Syntax

public class MenuItem.MenuItemState 
Public Class MenuItem.MenuItemState 

Properties

NameDescription
IsCheckedGets or sets if the menu item is in a checked state.
IsEnabledGets or sets if the menu item is enabled.
IsRootClickedGets or sets if the menu item called on root node.
IsVisibleGets or sets whether the menu item is visible or if it should be hidden.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Forms.Currency.MenuItem.MenuItemState

See Also