PlugInForm Class

The PlugInForm helps to handle plugin connection between PCB-Investigator and the used window. It includes translating known text of menus and buttons.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class PlugInForm : Form
Inheritance
Object    MarshalByRefObject    Component    Control    ScrollableControl    ContainerControl    Form    PlugInForm
Derived

Constructors

PlugInForm(IPCBIWindow) Init PlugIn Form with translation of controls.
PlugInForm(IPCBIWindow, String) Init PlugIn Form with translation of controls.

Properties

ClickThrough Gets or sets whether the ToolStripEx honors item clicks when its containing form does not have input focus.

Extension Methods

See Also