Intersoft ClientUI Documentation
Show(FrameworkElement) Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class > Show Method : Show(FrameworkElement) Method






owner
The owner of the window.
Displays the window and attach it to a specified owner.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Show( _
   ByVal owner As FrameworkElement _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim owner As FrameworkElement
 
instance.Show(owner)
C# 
public void Show( 
   FrameworkElement owner
)
Delphi 
public procedure Show( 
    owner: FrameworkElement
); 
JScript 
public function Show( 
   owner : FrameworkElement
);
Managed Extensions for C++ 
public: void Show( 
   FrameworkElement* owner
) 
C++/CLI 
public:
void Show( 
   FrameworkElement^ owner
) 

Parameters

owner
The owner of the window.

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.