DispatcherFrame::Continue Property
.NET Framework (current version)
Gets or sets a value that indicates whether this DispatcherFrame should continue.
Assembly: WindowsBase (in WindowsBase.dll)
public: property bool Continue { bool get(); [SecurityCriticalAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if the frame should continue; otherwise, false. The default value is true.
The following example shows how to use a DispatcherFrame to achieve similar results as the Windows Forms DoEvents method.
.NET Framework
Available since 3.0
Available since 3.0
Show: