Intersoft ClientUI Documentation
LoadingProgressText Property



Specifies the text that represents the loading progress of an application.
Syntax
<CategoryAttribute("Common Properties")>
Public Property LoadingProgressText As String
Dim instance As UXDesktopDock
Dim value As String
 
instance.LoadingProgressText = value
 
value = instance.LoadingProgressText
[CategoryAttribute("Common Properties")]
public string LoadingProgressText {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ LoadingProgressText {
   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

UXDesktopDock Class
UXDesktopDock Members

Send Feedback