Intersoft ClientUI Documentation
UXWindow Constructor(String)



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

Parameters

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