AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace > ProgressBar Class > Show Method : Show(String,String,Boolean,Boolean) Method
Window title.
Progress text.
If set to TRUE show as a dialog, otherwise use the status-bar.
Show Cancel button if set to true.
Show(String,String,Boolean,Boolean) Method
Displays the progress bar.
Syntax
[Obsolete("Use the ProgressBarOptions to set properties")]
public abstract void Show( 
   string title,
   string progressText,
   bool showDialog,
   bool showCancel
)
[Obsolete("Use the ProgressBarOptions to set properties")]
public:
abstract void Show( 
   String^ title,
   String^ progressText,
   bool showDialog,
   bool showCancel
) 

Parameters

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