AVEVA CAF API Documenation

Window title.
Progress text.
If set to true show as a dialog, otherwise use the status-bar.
Show(String,String,Boolean) Method
Displays the progress bar.
Syntax
[Obsolete("Use the ProgressBarOptions to set properties")]
public abstract void Show( 
   string title,
   string progressText,
   bool showDialog
)
[Obsolete("Use the ProgressBarOptions to set properties")]
public:
abstract void Show( 
   String^ title,
   String^ progressText,
   bool showDialog
) 

Parameters

title
Window title.
progressText
Progress text.
showDialog
If set to true show as a dialog, otherwise use the status-bar.
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