Intersoft ClientUI Documentation
SetTargetPopup Method



UIElement.
Popup element.
Sets popup to target element.
Syntax
Public Shared Sub SetTargetPopup( _
   ByVal element As UIElement, _
   ByVal value As UXPopup _
) 
Dim element As UIElement
Dim value As UXPopup
 
UXPopup.SetTargetPopup(element, value)
public static void SetTargetPopup( 
   UIElement element,
   UXPopup value
)
public:
static void SetTargetPopup( 
   UIElement^ element,
   UXPopup^ value
) 

Parameters

element
UIElement.
value
Popup element.
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