Intersoft ClientUI Documentation
SetTargetPopup Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXPopup Class : SetTargetPopup Method






element
UIElement.
value
Popup element.
Sets popup to target element.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetTargetPopup( _
   ByVal element As UIElement, _
   ByVal value As UXPopup _
) 
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As UXPopup
 
UXPopup.SetTargetPopup(element, value)
C# 
public static void SetTargetPopup( 
   UIElement element,
   UXPopup value
)
Delphi 
public procedure SetTargetPopup( 
    element: UIElement;
    value: UXPopup
); static; 
JScript 
public static function SetTargetPopup( 
   element : UIElement,
   value : UXPopup
);
Managed Extensions for C++ 
public: static void SetTargetPopup( 
   UIElement* element,
   UXPopup* value
) 
C++/CLI 
public:
static void SetTargetPopup( 
   UIElement^ element,
   UXPopup^ value
) 

Parameters

element
UIElement.
value
Popup element.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.