ElementHostControl GetClickableElementAt Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Finds an element (if any) which is clickable at a certain point

Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Element GetClickableElementAt(
	Point point
)

Return Value

Type: Element
See Also