我有一個上下文菜單,其中有一些項目,如A, B C, D and E。現在D和E還有一個子菜單項。 防爆D has I and J E has K and L
和相同的K和L具有一定的子菜單項。例如: K has M
L has T
所以我的上下文菜單看起來像這樣.. A
B
C
D --> I
J
E --> K --> M
L --> T
我有無數的圖表的格式,並增加了一個的ContextMenuStrip時的曲線是正確的點擊,使用戶可以將圖表圖片複製到剪貼板 Public Sub Chart_Click(sender As Object, e As System.Windows.Forms.MouseEventArgs) Handles Chart1.MouseClick, _
Chart2.MouseClick,
我讀過幾篇文章的SO控制: How to detrmine the control that cause ContextMenuStrip Getting the control of a context menu 和一對夫婦其他人建議使用SourceControl屬性..但沒有工作這種情況下: 我已經有一個孩子ToolStripMenuItem一個的ContextMenuStrip - 從Win