public interface IPluginCustomRegion : IPlugin,
IDisposablePublic Interface IPluginCustomRegion
Inherits IPlugin, IDisposablepublic interface class IPluginCustomRegion : IPlugin,
IDisposabletype IPluginCustomRegion =
interface
interface IPlugin
interface IDisposable
end| 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. |
| CreateNew | Creates a new instance of the Region. |
| Dispose | Performs 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) |