MenuContents Property
Gets or sets the current contents of the context menu. MenuItems can be added or removed from this list to customize the context menu.
Syntax
public System.Collections.Generic.List<MenuItem> MenuContents {get; set;}Public Property MenuContents As System.Collections.Generic.List(Of MenuItem)