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