Wisej.Web.GetChildAtPointSkip
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies which child controls to skip.
public enum GetChildAtPointSkip : Enum
Public Enum GetChildAtPointSkip As [Enum]
Disabled
Skips disabled child controls.
Invisible
Skips invisible child controls.
None
Does not skip any child control.
Transparent
Skips transparent child controls.
Control.GetChildAtPoint
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
Last updated 11 months ago
Was this helpful?