Intersoft ClientUI Documentation
Show(FrameworkElement) Method



The owner of the window.
Displays the window and attach it to a specified owner.
Syntax
Public Overloads Sub Show( _
   ByVal owner As FrameworkElement _
) 
Dim instance As UXWindow
Dim owner As FrameworkElement
 
instance.Show(owner)
public void Show( 
   FrameworkElement owner
)
public:
void Show( 
   FrameworkElement^ owner
) 

Parameters

owner
The owner of the window.
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

UXWindow Class
UXWindow Members
Overload List

Send Feedback