MenuItemProperties
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
MenuItemProperties
Use these property names with the property objects the Engine.GetInsertStepMenuStructure , Engine.GetInsertVariableMenuStructure , and Step.GetEditSubstepMenuStructure methods return to access information about menu structures.
- Menu_EditsSelectedFileProp –(Value: "EditsSelectedFile") Boolean value that specifies whether a Tools menu item edits the selected file. Only the Engine.GetToolMenuStructure method set this property.
- Menu_HasEditPanelProp –(Value: "HasEditPanel") Boolean value that specifies whether an Edit substep menu item has a corresponding edit panel that displays in the Step Settings pane of the sequence editor. The sequence editor does not invoke an edit substep if the substep has an edit panel.
- Menu_IsDimmedProp –(Value: "IsDimmed") Boolean value that specifies if the menu item is disabled.
- Menu_IsSubmenuProp –(Value: "IsSubMenu") Boolean value that specifies if the menu item is a submenu. Use the Menu_MenuItemsProp to access the submenu items.
- Menu_MenuItemsProp –(Value: "MenuItems") Array of property objects that represent the menu items in a submenu.
- Menu_NameProp –(Value: "Name") String value that specifies the text to display for the menu item.
- Menu_SeparatorAboveProp –(Value: "SeparatorAbove") Boolean value that specifies if a separator exists above the menu item.
- Menu_SubstepIndexProp –(Value: "SubstepIndex") Number value that is the index of the substep for this menu item. Only the StepType.GetSubstep method sets this property.
- Menu_SupportsReadOnlyProp –(Value: "SupportsReadOnly") Boolean value that specifies if an Edit substep menu item supports launching a dialog box as read-only when the Step.EditAsReadOnly property is True .
- Menu_ToolIDProp –(Value: "ToolMenuId") Number value that specifies the Tools menu ID for the menu item. Only the Engine.GetToolMenuStructure method sets this property.
See Also
Engine.GetInsertStepMenuStructure
Engine.GetInsertVariableMenuStructure