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

Represents a list item for the CommonFileDialogRadioButtonList object.
Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Méthode 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 méthode

Creates a new instance of this class.
public CommonFileDialogRadioButtonListItem ( ) : System
Résultat System

CommonFileDialogRadioButtonListItem() public méthode

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.
Résultat System