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

Creates a ComboBoxItem for the Common File Dialog.
显示文件 Open project: dlech/SshAgentLib

Public Methods

Method Description
CommonFileDialogComboBoxItem ( ) : System

Creates a new instance of this class.

CommonFileDialogComboBoxItem ( string text ) : System

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

Method Details

CommonFileDialogComboBoxItem() public method

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

CommonFileDialogComboBoxItem() public method

Creates a new instance of this class with the specified text.
public CommonFileDialogComboBoxItem ( string text ) : System
text string The text to use for the combo box item.
return System