C# Класс WindowsPathEditor.FolderBrowserDialogEx

Similar to FolderBrowserDialog, but provides a more fine grained access to the creation flags of the dialog (CreationFlags property).
Наследование: System.Windows.Forms.CommonDialog
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FolderBrowserDialog_BrowseCallbackProc int
GetSHMalloc IMalloc
SHBrowseForFolder System.IntPtr
SHGetMalloc int
SHGetPathFromIDList bool
SHGetSpecialFolderLocation int
SendMessage System.IntPtr
SendMessage System.IntPtr

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

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

Initializes a new instance of the FolderBrowserDialogEx class.

Reset ( ) : void

Resets the properties of this common dialog box to their default values.

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

Метод Описание
RunDialog ( IntPtr hwndOwner ) : bool

When overridden in a derived class, specifies a common dialog box.

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

Метод Описание
FolderBrowserDialog_BrowseCallbackProc ( IntPtr hwnd, int msg, IntPtr lParam, IntPtr lpData ) : int
GetSHMalloc ( ) : IMalloc
SHBrowseForFolder ( [ lpbi ) : IntPtr
SHGetMalloc ( [ ppMalloc ) : int
SHGetPathFromIDList ( IntPtr pidl, IntPtr pszPath ) : bool
SHGetSpecialFolderLocation ( IntPtr hwnd, int csidl, IntPtr &ppidl ) : int
SendMessage ( HandleRef hWnd, int msg, int wParam, int lParam ) : IntPtr
SendMessage ( HandleRef hWnd, int msg, int wParam, string lParam ) : IntPtr

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

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

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

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

Resets the properties of this common dialog box to their default values.
public Reset ( ) : void
Результат void

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

When overridden in a derived class, 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