Intersoft ClientUI Documentation
GetElementsAtPosition(Point) Method



The exact position in Point where elements should be retrieved
Gets the elements at position
Syntax
Public Overloads Shared Function GetElementsAtPosition( _
   ByVal point As Point _
) As IEnumerable(Of UIElement)
Dim point As Point
Dim value As IEnumerable(Of UIElement)
 
value = Utility.GetElementsAtPosition(point)
public static IEnumerable<UIElement> GetElementsAtPosition( 
   Point point
)
public:
static IEnumerable<UIElement^>^ GetElementsAtPosition( 
   Point point
) 

Parameters

point
The exact position in Point where elements should be retrieved

Return Value

A collection of elements at the specified position
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members
Overload List

Send Feedback