The system maintains an internal list that contains the child controls associated with a parent window. The order of the controls in the list depends on the z-order of the child controls. If more than one child window contains the specified point, the system returns the first control in the list that contains the point and meets the criteria specified by System.Windows.Forms.GetChildAtPointSkip.
For more information, see ChildWindowFromPointEx in the Platform SDK documentation.
Member Name | Description |
---|---|
Disabled |
Skips disabled child windows. |
Invisible |
Skips invisible child windows. |
None |
Does not skip any child windows. |
Transparent |
Skips transparent child windows. |