Intersoft ClientUI Documentation
GetElementsAtPosition(Point,UIElement,Size) Method



Current mouse pointer
Source element.
Size.
Gets the elements at position
Syntax
Public Overloads Shared Function GetElementsAtPosition( _
   ByVal mousePosition As Point, _
   ByVal source As UIElement, _
   ByVal size As Size _
) As IEnumerable(Of UIElement)
Dim mousePosition As Point
Dim source As UIElement
Dim size As Size
Dim value As IEnumerable(Of UIElement)
 
value = Utility.GetElementsAtPosition(mousePosition, source, size)
public static IEnumerable<UIElement> GetElementsAtPosition( 
   Point mousePosition,
   UIElement source,
   Size size
)
public:
static IEnumerable<UIElement^>^ GetElementsAtPosition( 
   Point mousePosition,
   UIElement^ source,
   Size size
) 

Parameters

mousePosition
Current mouse pointer
source
Source element.
size
Size.

Return Value

Hovered drop target.
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