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






Displays the window.

Overload List

OverloadDescription
Show()Displays the window.  
Show(FrameworkElement)Displays the window and attach it to a specified owner.  

Example

The following example shows how to create a new instance of HomeWindow class and show the window using API on a button click.
C#Copy Code
private void UXButton1_Click(object sender, RoutedEventArgs e)
{
    HomeWindow window = new HomeWindow();
    window.Show();
}

Remarks

The Show method used to display 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.