Jump to content
Software FX Community

MasterMind

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by MasterMind

  1. Hello,

    I would like to create my own item in the Context Menu (the one that appears when righ-clicking on a chart).

    I've tried:

     Command myCommand = this.Commands[CommandId.ContextMenuBack]; myCommand.SubCommands.Add(CommandId.About); 

    But the method Add() of SubCommands only takes a CommandId, so I don't see how I can add my own item.

    Thank you!

×
×
  • Create New...