How can I alter the right click menu that is displayed when a user right clicks a rectangle. What I would like to do is alter this menu so I can add a new choice for the user. This choice would be Add Image From File and it would implement New NImageFillStyle("c:\Temp\SomeImage.bmp") but I would alter this so that the user is prompted with a dialog box to choose the file.
NImageFillStyle(
"c:\Temp\SomeImage.bmp"
)
Thanks,
Ashley