Interface IContextMenu
An object that can provide its own context menu.
public interface IContextMenu
- Extension Methods
Methods
GetContextMenu()
Returns the context menu for this object; can be null.
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Creates a new object on each call")]
ContextMenuStrip? GetContextMenu()
Returns
- ContextMenuStrip