Table of Contents

Interface IContextMenu

Namespace
NanoByte.Common.Controls
Assembly
NanoByte.Common.WinForms.dll

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.

ContextMenuStrip? GetContextMenu()

Returns

ContextMenuStrip

See Also