System.Windows.Forms 2.0.0.0 System.Enum System.Flags 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 . For more information, see ChildWindowFromPointEx in the Platform SDK documentation. Specifies which child controls to skip. Field System.Windows.Forms.GetChildAtPointSkip Skips disabled child windows. 2.0.0.0 Field System.Windows.Forms.GetChildAtPointSkip Skips invisible child windows. 2.0.0.0 Field System.Windows.Forms.GetChildAtPointSkip Does not skip any child windows. 2.0.0.0 Field System.Windows.Forms.GetChildAtPointSkip Skips transparent child windows. 2.0.0.0