IPluginClipboardData Interface

Definition

Namespace: PCB_Investigator.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IPluginClipboardData : IPlugin
Implements
IPlugin

Properties

Assembly
(Inherited from IPlugin)
Parent
(Inherited from IPlugin)
Path
(Inherited from IPlugin)
PluginDestination
(Inherited from IPlugin)
PluginEnabled
(Inherited from IPlugin)
Type
(Inherited from IPlugin)

Methods

CanCopy 
CanPaste 
Copy 
GetContainedFormats 
GetFormatDescription 
InitEvents After loading the Plugin PCB-Investigator init all events and set the parent.
(Inherited from IPlugin)
IsActionAllowed Ast plugin for handling of special ID_ActionItem or registrated IDs. default is return false.
(Inherited from IPlugin)
Paste(IDataObject, String) 
Paste(IDataObject, String, String) 

See Also