Click or drag to resize

ITaskDialogRadioButton Interface

Class representing a radio button in ITaskDialog.

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

The ITaskDialogRadioButton type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets or sets identifier of radio button (this identifier will be returned by ITaskDialog when user has chosen a radio button)
Public propertyText
Gets or sets the radio button text
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Remarks
The ITaskDialogRadioButton type can be instantiated with EBP.Api.Utils<TExtension>.GetInterface<T>
ITaskDialogRadioButton instance = Utils<ExtensionType>.GetInterface<ITaskDialogRadioButton>();
See Also