CommonMessagePump.EnableRealProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines what type of progress control to use in the Wait Dialog. true indicates a percentage progress. false indicates a marquee stype progress. Only has an effect before calling the ModalWait functions.
public:
property bool EnableRealProgress { void set(bool value); };
public:
property bool EnableRealProgress { void set(bool value); };
public bool EnableRealProgress { set; }
member this.EnableRealProgress : bool
Public Property EnableRealProgress As Boolean
Property Value
true
indicates a percentage progress, false
indicates a marquee-type progress
Remarks
Only has an effect before calling the ModalWait functions.