'Declaration
Protected Overrides Sub HookToForm( _ ByVal form As System.Windows.Forms.Form _ )
'Usage
Dim instance As NExamplesDockManager Dim form As System.Windows.Forms.Form instance.HookToForm(form)
protected override void HookToForm( System.Windows.Forms.Form form )
Parameters
- form