IPluginMenuExtender Interface

Interface to extend menu-items.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public interface IPluginMenuExtender : IPlugin, 
	IDisposable
Implements
IPlugin, IDisposable

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetMenuItem Gets a menu button to act.
Initialize Fires on plug-in initialize.
(Inherited from IPlugin)

See Also