Intersoft ClientUI Documentation
UXWindow Constructor(String,ImageSource)



The caption of the window.
The icon of the window.
Initializes a new instance of the UXWindow class with caption and icon.
Syntax
Public Function New( _
   ByVal caption As String, _
   ByVal icon As ImageSource _
)
Dim caption As String
Dim icon As ImageSource
 
Dim instance As New UXWindow(caption, icon)
public UXWindow( 
   string caption,
   ImageSource icon
)
public:
UXWindow( 
   String^ caption,
   ImageSource^ icon
)

Parameters

caption
The caption of the window.
icon
The icon 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
Window and Dialog Boxes Overview

Send Feedback