CommonMessagePump.EnableRealProgress Property

Definition

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.

Applies to