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 | |
---|---|---|
Dispose | (Inherited from IDisposable.) | |
Hide | Hides the wait dialog. | |
Show | Shows the wait dialog. |
Top