IWaitDialog Interface

Applies to v2.

Represents a wait dialog that is used to indicate progress.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface IWaitDialog _
    Inherits IDisposable
'Usage
Dim instance As IWaitDialog
public interface IWaitDialog : IDisposable
public interface class IWaitDialog : IDisposable
type IWaitDialog =  
    interface 
        interface IDisposable 
    end
public interface IWaitDialog extends IDisposable

The IWaitDialog type exposes the following members.

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)
Public method Hide Hides the wait dialog.
Public method Show Shows the wait dialog.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace