Show / Hide Table of Contents

Interface IContextMenu

An object that can provide its own context menu.

Namespace: NanoByte.Common.Controls
Assembly: NanoByte.Common.WinForms.dll
Syntax
public interface IContextMenu

Methods

GetContextMenu()

Returns the context menu for this object; can be null.

Declaration
ContextMenuStrip GetContextMenu()
Returns
Type Description
ContextMenuStrip

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)

See Also

FilteredTreeView<T>
In This Article
Back to top Copyright Bastian Eicher