IPluginMenuExtender Interface

Interface to extend menu-items.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.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 Occurs on initialization of the plug-in.
(Inherited from IPlugin)

See Also