Intersoft ClientUI Documentation
ProgressText Property (ImageLoader)



Gets or sets text format of progress bar element.
Syntax
<CategoryAttribute("Progress Bar")>
Public Property ProgressText As String
Dim instance As ImageLoader
Dim value As String
 
instance.ProgressText = value
 
value = instance.ProgressText
[CategoryAttribute("Progress Bar")]
public string ProgressText {get; set;}
[CategoryAttribute("Progress Bar")]
public:
property String^ ProgressText {
   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

ImageLoader Class
ImageLoader Members

Send Feedback