IPluginCustomRegion Interface

Allow to add a new Region to the program by plug-in.

Definition

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

Properties

DragAndDropFileTypes List of file types Region can handle on drag'n'drop.
RegionType Region type supported by the plug-in.
SupportedClipboardFormats Determines list of clipboard data types can be handled by Region.
TagName Name of the XML tag to represent Region on serialize/deserialize operations.

Methods

CreateNew Creates a new instance of the Region.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetContextMenuItems Returns context menu items for currently chosen Region(s).
GetMenuItems Returns menu items which are used for insertion of the Region.
Initialize Occurs on initialization of the plug-in.
(Inherited from IPlugin)

See Also