ToolMenuItemAttributes

Use these constants with the bitwise-AND operator to check the itemAttributes parameter of the Engine.GetToolMenuItemInfoEx and Engine.GetToolMenuItemInfoWithIDEx methods.

  • ToolMenuItem_EditsSelectedFile –(Value: 0x4) Indicates that the Tools menu item edits the selected file.
  • ToolMenuItem_Enabled –(Value: 0x2) Disables the Tools menu item if this flag is set.
  • ToolMenuItem_SeparatorBefore –(Value: 0x1) Inserts a separator before the Tools menu item if this flag is set.

See Also

Engine.GetToolMenuItemInfoEx

Engine.GetToolMenuItemInfoWithIDEx