Intersoft ClientUI Documentation
BusyText Property (UXWindow)



Specifies the caption text that displayed when the window is busy.
Syntax
<CategoryAttribute("Text Settings")>
Public Property BusyText As String
Dim instance As UXWindow
Dim value As String
 
instance.BusyText = value
 
value = instance.BusyText
[CategoryAttribute("Text Settings")]
public string BusyText {get; set;}
[CategoryAttribute("Text Settings")]
public:
property String^ BusyText {
   String^ get();
   void set (    String^ value);
}
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

Send Feedback