Intersoft ClientUI Documentation
IsIndeterminate Property



Gets or set a value that determines whether the progress bar is indetermiante.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IsIndeterminate As Boolean
Dim instance As UXProgressBar
Dim value As Boolean
 
instance.IsIndeterminate = value
 
value = instance.IsIndeterminate
[CategoryAttribute("Common Properties")]
public bool IsIndeterminate {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IsIndeterminate {
   bool get();
   void set (    bool 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

UXProgressBar Class
UXProgressBar Members

Send Feedback