C# Class WindowsPathEditor.FolderBrowserDialogEx

Similar to FolderBrowserDialog, but provides a more fine grained access to the creation flags of the dialog (CreationFlags property).
Inheritance: System.Windows.Forms.CommonDialog
Afficher le fichier Open project: rix0rrr/WindowsPathEditor Class Usage Examples

Private Properties

Свойство Type Description
FolderBrowserDialog_BrowseCallbackProc int
GetSHMalloc IMalloc
SHBrowseForFolder System.IntPtr
SHGetMalloc int
SHGetPathFromIDList bool
SHGetSpecialFolderLocation int
SendMessage System.IntPtr
SendMessage System.IntPtr

Méthodes publiques

Méthode Description
FolderBrowserDialogEx ( ) : System

Initializes a new instance of the FolderBrowserDialogEx class.

Reset ( ) : void

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

Méthodes protégées

Méthode Description
RunDialog ( IntPtr hwndOwner ) : bool

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

Private Methods

Méthode Description
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

Method Details

FolderBrowserDialogEx() public méthode

Initializes a new instance of the FolderBrowserDialogEx class.
public FolderBrowserDialogEx ( ) : System
Résultat System

Reset() public méthode

Resets the properties of this common dialog box to their default values.
public Reset ( ) : void
Résultat void

RunDialog() protected méthode

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.
Résultat bool