C# Класс Ookii.Dialogs.VistaFolderBrowserDialog

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

Private Properties

Свойство Тип Описание
GetResult void
SetDialogProperties void

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

Метод Описание
Reset ( ) : void

Resets all properties to their default values.

VistaFolderBrowserDialog ( ) : System

Creates a new instance of the VistaFolderBrowserDialog class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the VistaFolderBrowserDialog and optionally releases the managed resources.

RunDialog ( IntPtr hwndOwner ) : bool

Specifies a common dialog box.

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

Метод Описание
GetResult ( Ookii dialog ) : void
SetDialogProperties ( Ookii dialog ) : void

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

Dispose() защищенный Метод

Releases the unmanaged resources used by the VistaFolderBrowserDialog and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool to release both managed and unmanaged resources; to release only unmanaged resources.
Результат void

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

Resets all properties to their default values.
public Reset ( ) : void
Результат void

RunDialog() защищенный Метод

Specifies a common dialog box.
protected RunDialog ( IntPtr hwndOwner ) : bool
hwndOwner System.IntPtr A value that represents the window handle of the owner window for the common dialog box.
Результат bool

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

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