Method IsChildHandle
IsChildHandle(Control, IntPtr)
Determines whether a control is a child control or descendant control of a specified parent control.
public static bool IsChildHandle(Control control, IntPtr handle)
Parameters
Returns
- bool
True if the control is a child or descendant control; otherwise false.