public interface IPluginMenuExtender : IPlugin,
IDisposable
Public Interface IPluginMenuExtender
Inherits IPlugin, IDisposable
public interface class IPluginMenuExtender : IPlugin,
IDisposable
type IPluginMenuExtender =
interface
interface IPlugin
interface IDisposable
end
Dispose | Performs 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) |