Click or drag to resize
IPluginWindow Interface
Interface for forms which can be opened by a plugin.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IPluginWindow

The IPluginWindow type exposes the following members.

Properties
  NameDescription
Public propertyFormID
The unique ID for the implementing form. This ID is used to find back an already open form instance.
Public propertyKeepOpenAfterProjectClose
Gets a value indicating whether the window should be kept after a project is closed (true) or not (false).
Public propertyPluginID
The ID of the plugin which opened the IPluginWindow instance.
Top
See Also