'Declaration
Protected Overridable Sub HookToForm( _ ByVal form As System.Windows.Forms.Form _ )
'Usage
Dim instance As NDockManager Dim form As System.Windows.Forms.Form instance.HookToForm(form)
protected virtual void HookToForm( System.Windows.Forms.Form form )
Parameters
- form