C# Class Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogRadioButtonListItem

Represents a list item for the CommonFileDialogRadioButtonList object.
显示文件 Open project: dlech/SshAgentLib

Public Methods

Method Description
CommonFileDialogRadioButtonListItem ( ) : System

Creates a new instance of this class.

CommonFileDialogRadioButtonListItem ( string text ) : System

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

Method Details

CommonFileDialogRadioButtonListItem() public method

Creates a new instance of this class.
public CommonFileDialogRadioButtonListItem ( ) : System
return System

CommonFileDialogRadioButtonListItem() public method

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.
return System