Intersoft ClientUI Documentation
CreateOverlayPopup Method



Create overlay popup.
Syntax
Public Shared Function CreateOverlayPopup( _
   ByVal type As OverlayType, _
   ByVal parentElement As FrameworkElement, _
   ByVal parentSizeChanged As SizeChangedEventHandler _
) As FrameworkElement
Dim type As OverlayType
Dim parentElement As FrameworkElement
Dim parentSizeChanged As SizeChangedEventHandler
Dim value As FrameworkElement
 
value = UXPopupManager.CreateOverlayPopup(type, parentElement, parentSizeChanged)

Parameters

type
parentElement
parentSizeChanged
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

UXPopupManager Class
UXPopupManager Members

Send Feedback