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






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

Syntax

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

Parameters

caption
The caption 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.