Click or drag to resize

ITaskDialogResult Interface

Result of ITaskDialog Show method

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 ITaskDialogResult : IDisposable, 
	IEquatable<IProxy>

The ITaskDialogResult type exposes the following members.

Properties
  NameDescription
Public propertyCommandLinksResult
Gets identifier of clicked command link
Public propertyRadioButtonResult
Gets identifier of checked radio button
Public propertyResult
Gets task dialog result (Ok, Cancel...)
Public propertyVerificationChecked
Gets if verification checkBox was clicked
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also