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

Creates the ComboBox controls in the Common File Dialog.
Inheritance: CommonFileDialogProminentControl, ICommonFileDialogIndexedControls
Datei anzeigen Open project: dlech/SshAgentLib Class Usage Examples

Private Properties

Property Type Description
Attach void
ICommonFileDialogIndexedControls void

Public Methods

Method Description
CommonFileDialogComboBox ( ) : System

Creates a new instance of this class.

CommonFileDialogComboBox ( string name ) : System

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

Private Methods

Method Description
Attach ( IFileDialogCustomize dialog ) : void
ICommonFileDialogIndexedControls ( ) : void

Raises the SelectedIndexChanged event if this control is enabled.

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)

Method Details

CommonFileDialogComboBox() public method

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

CommonFileDialogComboBox() public method

Creates a new instance of this class with the specified name.
public CommonFileDialogComboBox ( string name ) : System
name string Text to display for this control
return System