IPluginOpenFileControl Interface

Open file control interface to be flexibel by loading e.g. from server, webpage or local files.

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IPluginOpenFileControl : 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

Activate 
Deinit 
GetFileData 
GetIcon 
GetName 
GetSelectedFilterIndex 
HasFileSelected 
Init Init the File Open Plugin
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)

Events

See Also