Intersoft ClientUI Documentation
IsInPopup Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : IsInPopup Method






element
The element to query.
Determines whether the given element is contained in a Popup.

Syntax

Visual Basic (Declaration) 
Public Shared Function IsInPopup( _
   ByVal element As UIElement, _
   ByRef popup As FrameworkElement _
) As Boolean
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim popup As FrameworkElement
Dim value As Boolean
 
value = Utility.IsInPopup(element, popup)
C# 
public static bool IsInPopup( 
   UIElement element,
   ref FrameworkElement popup
)
Delphi 
public function IsInPopup( 
    element: UIElement;
   var  popup: FrameworkElement
): Boolean; static; 
JScript 
public static function IsInPopup( 
   element : UIElement,
   popup : FrameworkElement
) : boolean;
Managed Extensions for C++ 
public: static bool IsInPopup( 
   UIElement* element,
   ref FrameworkElement* popup
) 
C++/CLI 
public:
static bool IsInPopup( 
   UIElement^ element,
   FrameworkElement^% popup
) 

Parameters

element
The element to query.
popup
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.