Gets or sets the option which determines whether the CContentProducer sees a pop-up progress window during publishing.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool ShowProgressWindow { get; set; }
Visual Basic (Declaration)
Public Property ShowProgressWindow As Boolean
Visual C++
public:
property bool ShowProgressWindow {
	bool get ();
	void set (bool value);
}

See Also