Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
protected void OpenDockedWindow(
	Control formToOpen
)

Parameters

formToOpen
Type: System.Windows.FormsControl
The form to open.
Remarks
formToOpen has to implement IPluginForm.
See Also