GetChildAtPointSkip
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies which child controls to skip.
- C#
- VB.NET
public enum GetChildAtPointSkip : Enum
Public Enum GetChildAtPointSkip As [Enum]
Fields
| Name | Description |
|---|---|
| Disabled | Skips disabled child controls. |
| Invisible | Skips invisible child controls. |
| None | Does not skip any child control. |
| Transparent | Skips transparent child controls. |
Used By
| Name | Description |
|---|---|
| Control.GetChildAtPoint | Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. |