Click or drag to resize

ITaskDialogRadioButtons Interface

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 ITaskDialogRadioButtons : IList<ITaskDialogRadioButton>, 
	ICollection<ITaskDialogRadioButton>, IEnumerable<ITaskDialogRadioButton>, IEnumerable, 
	IDisposable, IEquatable<IProxy>

The ITaskDialogRadioButtons type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionITaskDialogRadioButton.)
Public propertyIsReadOnly (Inherited from ICollectionITaskDialogRadioButton.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListITaskDialogRadioButton.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionITaskDialogRadioButton.)
Public methodClear (Inherited from ICollectionITaskDialogRadioButton.)
Public methodContains (Inherited from ICollectionITaskDialogRadioButton.)
Public methodCopyTo (Inherited from ICollectionITaskDialogRadioButton.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableITaskDialogRadioButton.)
Public methodIndexOf (Inherited from IListITaskDialogRadioButton.)
Public methodInsert (Inherited from IListITaskDialogRadioButton.)
Public methodRemove (Inherited from ICollectionITaskDialogRadioButton.)
Public methodRemoveAt (Inherited from IListITaskDialogRadioButton.)
Top
See Also