TaskDialogRadioButtonCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of TaskDialogRadioButton objects.
public ref class TaskDialogRadioButtonCollection : System::Collections::ObjectModel::Collection<System::Windows::Forms::TaskDialogRadioButton ^>
public class TaskDialogRadioButtonCollection : System.Collections.ObjectModel.Collection<System.Windows.Forms.TaskDialogRadioButton>
type TaskDialogRadioButtonCollection = class
inherit Collection<TaskDialogRadioButton>
Public Class TaskDialogRadioButtonCollection
Inherits Collection(Of TaskDialogRadioButton)
- Inheritance
Constructors
TaskDialogRadioButtonCollection() |
Initializes a new instance of the TaskDialogRadioButtonCollection class. |
Methods
Add(String) |
Creates and adds a TaskDialogRadioButton to the collection. |
ClearItems() |
Removes all elements from the Collection<T>. |
InsertItem(Int32, TaskDialogRadioButton) |
Inserts an element into the Collection<T> at the specified index. |
RemoveItem(Int32) |
Removes the element at the specified index of the Collection<T>. |
SetItem(Int32, TaskDialogRadioButton) |
Replaces the element at the specified index. |