C# Класс Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog

Наследование: CommonFileDialog
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CommonOpenFileDialog ( ) : System.Collections

Creates a new instance of this class.

CommonOpenFileDialog ( string name ) : System.Collections

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

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

Метод Описание
CleanUpNativeFileDialog ( ) : void
GetDerivedOptionFlags ( ShellNativeMethods flags ) : ShellNativeMethods.FileOpenOptions
GetNativeFileDialog ( ) : IFileDialog
InitializeNativeFileDialog ( ) : void
PopulateWithFileNames ( Collection names ) : void
PopulateWithIShellItems ( Collection items ) : void

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

CommonOpenFileDialog() публичный метод

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

CommonOpenFileDialog() публичный метод

Creates a new instance of this class with the specified name.
public CommonOpenFileDialog ( string name ) : System.Collections
name string The name of this dialog.
Результат System.Collections