C# Класс Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogRadioButtonList

Represents a radio button list for the Common File Dialog.
Наследование: Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogControl, ICommonFileDialogIndexedControls
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Attach void
ICommonFileDialogIndexedControls void

Открытые методы

Метод Описание
CommonFileDialogRadioButtonList ( ) : System

Creates a new instance of this class.

CommonFileDialogRadioButtonList ( string name ) : System

Creates a new instance of this class with the specified name.

Приватные методы

Метод Описание
Attach ( IFileDialogCustomize dialog ) : void

Attach the RadioButtonList control to the dialog object

ICommonFileDialogIndexedControls ( ) : void

Occurs when the user changes the SelectedIndex.

Because this method is defined in an interface, we can either have it as public, or make it private and explicitly implement (like below). Making it public doesn't really help as its only internal (but can't have this internal because of the interface)

Описание методов

CommonFileDialogRadioButtonList() публичный Метод

Creates a new instance of this class.
public CommonFileDialogRadioButtonList ( ) : System
Результат System

CommonFileDialogRadioButtonList() публичный Метод

Creates a new instance of this class with the specified name.
public CommonFileDialogRadioButtonList ( string name ) : System
name string The name of this control.
Результат System