| ControlBinderDoUnhookControl Method  | 
            Performs the actual work of unhooking the control. Can be overridden.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual void DoUnhookControl()
Protected Overridable Sub DoUnhookControl
protected:
virtual void DoUnhookControl()
abstract DoUnhookControl : unit -> unit 
override DoUnhookControl : unit -> unit 
See Also