myStrip.DropDownItems.Clear()サブアイテムも削除しますか?
mystrip
   - Item1
        - SubItem1
             - AnotherSubItem1
   - Item2
Clear()メソッドの後
それはちょうどでしょうか:
mystrip
また
mystrip
   - NOTHING HERE
        - SubItem1
              - AnotherSubItem1
返信ありがとうございます。