Table of Contents

Interface IContextMenu

Namespace
NanoByte.Common.EtoControls
Assembly
NanoByte.Common.EtoForms.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.

ContextMenu? GetContextMenu()

Returns

ContextMenu

See Also