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.7.0.0 (5.7.0)
Syntaxprotected void OpenDockedWindow(
	Control formToOpen
)
Protected Sub OpenDockedWindow ( 
	formToOpen As Control
)
Parameters
- formToOpen
 - Type: System.Windows.FormsControl
The form to open. 
RemarksformToOpen has to implement IPluginForm.
See Also