System.Windows.Forms.GetChildAtPointSkip Enumeration

Specifies which child controls to skip.

Syntax

[System.Flags]
public enum GetChildAtPointSkip

Remarks

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.

Members

Member NameDescription
Disabled

Skips disabled child windows.

Invisible

Skips invisible child windows.

None

Does not skip any child windows.

Transparent

Skips transparent child windows.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0