Feedback

  • Contents
 

II3IDMenuItem Interface

Overview

Derived From:        IDispatch

Interface ID:          {9F6BB79A-6599-4CB6-880A-C3D001B91D40}

This interface to Interaction Designer's Menu Manager allows custom menus to be added and manipulated as needed.

Methods

AddMenuItem

Adds a child menu to this menu item in Interaction Designer's Utility Menu.

AddSeparator

Adds a separator child menu to this menu item in Interaction Designer's Utility Menu.

Properties

Designer

Returns an Interaction Designer interface pointer.

ID

The ID assigned to the menu item by Interaction Designer.

IsChecked

Indicates whether or not the menu item is checked.

IsEnabled

Indicates whether or not the menu item is enabled.

IsSeparator

Indicates whether or not the menu item is a separator.

SubItems

Returns a collection of menu items that are children for that menu item in Interaction Designer's Utility Menu.

Text

Returns the text of the menu item in Interaction Designer's Utility Menu.