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

Creates the ComboBox controls in the Common File Dialog.
Наследование: CommonFileDialogProminentControl, ICommonFileDialogIndexedControls
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Attach void
ICommonFileDialogIndexedControls void

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

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

Creates a new instance of this class.

CommonFileDialogComboBox ( string name ) : System

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

Приватные методы

Метод Описание
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)

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

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

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

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

Creates a new instance of this class with the specified name.
public CommonFileDialogComboBox ( string name ) : System
name string Text to display for this control
Результат System