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

Represents a list item for the CommonFileDialogRadioButtonList object.
Показать файл Открыть проект

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

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

Creates a new instance of this class.

CommonFileDialogRadioButtonListItem ( string text ) : System

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

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

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

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

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

Creates a new instance of this class with the specified text.
public CommonFileDialogRadioButtonListItem ( string text ) : System
text string The string that you want to display for this list item.
Результат System