How to add separators to a context menu in c#.net

C# SEPARATORS CONTEXT MENU

C# Tutorials

  

C SHARP SEPARATORS CONTEXT MENU

Learn Tutorials
How to add separators to a context menu in c#.net

Example code for C sharp separators context menu:
menuItem = new MenuItem("-");
This is example code for how to add separators to a context menu in c#.net