I have a ToolStripMenuItem in ContextMenuStrip Items on a UserControl that I'd like to reference in the Forms ContextMenuStrip items.
Is that possible?
P.S.
Presently the Form has its own MenuItem that calls it a UserControl Public Sub that performs the task the UserControl's ToolStripMenuItem performs.
I'd like to get rid of that sub as it's not consistent with the way I pass DropDown Properties of the userControl to the Form.
Is that possible?
P.S.
Presently the Form has its own MenuItem that calls it a UserControl Public Sub that performs the task the UserControl's ToolStripMenuItem performs.
I'd like to get rid of that sub as it's not consistent with the way I pass DropDown Properties of the userControl to the Form.