Intersoft ClientUI Documentation
GetRelativeOffset Method



Gets popup relative offset based on specified RelativeTo.
Syntax
Public Function GetRelativeOffset( _
   ByVal parent As FrameworkElement _
) As Point
Dim instance As UXPopup
Dim parent As FrameworkElement
Dim value As Point
 
value = instance.GetRelativeOffset(parent)
public Point GetRelativeOffset( 
   FrameworkElement parent
)
public:
Point GetRelativeOffset( 
   FrameworkElement^ parent
) 

Parameters

parent
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

UXPopup Class
UXPopup Members

Send Feedback