Intersoft ClientUI Documentation
ProgressText Property (UXFrame)



Gets or sets the text displayed during download progress.
Syntax
[CategoryAttribute("Common Properties")]
public string ProgressText {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ ProgressText {
   String^ get();
   void set (    String^ value);
}
<CategoryAttribute("Common Properties")>
Public Property ProgressText As String
 
Dim instance As UXFrame
Dim value As String
 
instance.ProgressText = value
 
value = instance.ProgressText
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

UXFrame Class
UXFrame Members

Send Feedback