PluginBaseOpenDockedWindow Method |
Opens the passed in, closed, form as a docked window in the llblgen pro designer.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax protected void OpenDockedWindow(
Control formToOpen
)
Protected Sub OpenDockedWindow (
formToOpen As Control
)
Parameters
- formToOpen
- Type: System.Windows.FormsControl
The form to open.
Remarks formToOpen has to implement IPluginForm.
See Also