Click or drag to resize

ITaskDialog Interface

Class used to display a modal message box.

Namespace:  EBP.Api.Interfaces.Dialogs
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface ITaskDialog : IDisposable, 
	IEquatable<IProxy>

The ITaskDialog type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShow(ITaskDialogArgs)
Show a task dialog
Public methodShow(String, String, TaskDialogIcon)
Show a task dialog
Public methodShow(IWin32Window, String, String, TaskDialogIcon)
Show a task dialog
Public methodShow(String, String, TaskDialogIcon, TaskDialogButtons, Boolean, String)
Show a task dialog
Top
See Also