NetXP 3.0 Reference

Utility.BrowseForFolder Method 

Opens a Browse-For-Folder dialog.

[Visual Basic]
Public Shared Function BrowseForFolder( _
   ByVal owner As IWin32Window, _
   ByRef folder As String, _
   ByVal title As String, _
   ByVal flags As BrowseFlags _
) As Boolean
[C#]
public static bool BrowseForFolder(
   IWin32Window owner,
   out string folder,
   string title,
   BrowseFlags flags
);

Parameters

owner
The owner of the dialog.
folder
The folder selected.
title
The title of the dialog.
flags
BrowseFlags.

Return Value

True if OK, False if Cancel.

See Also

Utility Class | NETXP.Library Namespace