Engine.GetToolMenuStructure

Syntax

Engine.GetToolMenuStructure

Return Value

PropertyObject

The object that specifies the menu structure. See MenuItemProperties for a description of this property object.

Purpose

Note This method is obsolete. Use the Engine.GetEditTimeToolMenuItems and Engine.GetRunTimeToolMenuItems methods instead.

Remarks

Obtains a PropertyObject object that specifies the structure of the Tools menu.

Note You must call the Engine.ConstructToolMenus method before calling this function.

You can use this method to obtain information about the Tools menu items instead of using the Engine.GetNumToolMenus , Engine.GetNumToolMenuItems , Engine.GetToolMenuItemInfoEx , and Engine.GetToolMenuItemInfoWithIDEx methods.

See Also

Engine.ConstructToolMenus

Engine.GetEditTimeToolMenuItems

Engine.GetNumToolMenus

Engine.GetNumToolMenuItems

Engine.GetRunTimeToolMenuItems

Engine.GetToolMenuItemInfoEx

Engine.GetToolMenuItemInfoWithIDEx

MenuItemProperties