CommonMessagePump::EnableRealProgress Property

 

Determines the type of progress control to use in the wait dialog.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool EnableRealProgress {
	void set(bool value);
}

Property Value

Type: System::Boolean

true indicates a percentage progress, false indicates a marquee-type progress

Only has an effect before calling the ModalWait functions.

Return to top
Show: