GetChildAtPointSkip
Wisej.Web.GetChildAtPointSkip
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies which child controls to skip.
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 |
---|---|
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. |
Last updated