Intersoft ClientUI Documentation
UXWindow Constructor(String,ImageSource)
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class > UXWindow Constructor : UXWindow Constructor(String,ImageSource)






caption
The caption of the window.
icon
The icon of the window.
Initializes a new instance of the UXWindow class with caption and icon.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal caption As String, _
   ByVal icon As ImageSource _
)
Visual Basic (Usage)Copy Code
Dim caption As String
Dim icon As ImageSource
 
Dim instance As New UXWindow(caption, icon)
C# 
public UXWindow( 
   string caption,
   ImageSource icon
)
Delphi 
public UXWindow( 
    caption: String;
    icon: ImageSource
); 
JScript 
public function UXWindow( 
   caption : String,
   icon : ImageSource
);
Managed Extensions for C++ 
public: UXWindow( 
   string* caption,
   ImageSource* icon
)
C++/CLI 
public:
UXWindow( 
   String^ caption,
   ImageSource^ icon
)

Parameters

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